Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-flash · Yahoo! Flash Developer Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2025 - 2119 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2025 ddchili Send Email Nov 3, 2009
3:00 pm
Hi y'all. I am running into a zoom issue that has stumped me short of debugging the YahooMap.swc. version 0.9.4. When I invoke a file chooser in FireFox 3.5.3...
2026 shadetyler Send Email Nov 3, 2009
8:17 pm
Hi everyone, I am trying to build a contact form where users can enter information and it will then collect and send that information to me. In the situation...
2027 kayoh@...
kayoh@ymail.com Send Email
Nov 5, 2009
3:57 am
Hi Shade, You can collect unvalidated data by loop through FormDataManagerEvent.collectedData. For instance, in sample movie of SimpleFormToBegin.as , try to...
2029 shadetyler Send Email Nov 5, 2009
7:16 pm
Thanks for answering my post. I have not been able to test the solution you suggested because I am not sure how to fire the submit handler without the user...
2030 kayoh@...
kayoh@ymail.com Send Email
Nov 5, 2009
8:11 pm
"collectData&quot; function in "FormDataManager" is public. So, you can call directly formDataManager.collectData(). Let's say you have registed trigger like... ...
2031 shadetyler Send Email Nov 5, 2009
9:03 pm
Wow, I completely missed that function in the documentation. The only other thing would be to collect data from fields even though they haven't validated. For...
2032 kayoh@...
kayoh@ymail.com Send Email
Nov 5, 2009
10:47 pm
At the very end of FormDataManager.as, there is line of FormDataManager.failedData[id] = curErrStr; in "validateAndStore" function. You can modify it as below...
2033 rajdeeprath Send Email Nov 8, 2009
3:20 am
If you set autosize as true then you will see the mouse events dont work....
2034 Entek@... Send Email Nov 8, 2009
7:24 am
Hey Buddy: Was his meant for me? Dave In a message dated 11/4/2009 9:58:01 P.M. Central Standard Time, kayoh@... writes: Hi Shade, You can collect...
2039 kanu kukreja
kanukukreja@... Send Email
Nov 13, 2009
3:47 am
too good Merry Christmas in advance [?]...
2051 kestutis98 Send Email Nov 29, 2009
9:50 pm
Hello, I installed Yahoo Astra extension in Flash CS4, but unable to see it in Components panel. Window->Extensions doesn't show it as well. I used Extension...
2053 tripp.bridges Send Email Nov 30, 2009
4:41 pm
If you open Extension Manager, does Flash CS4 show in the products column? If you select Flash CS4, does the Yahoo! Astra Library show up in the main panel? ...
2054 kestutis a
kestutis98 Send Email
Nov 30, 2009
5:14 pm
I use MacOSX Tiger. Strangely, just after the installation the panel showed Astra library as enabled. But when I accesed panel Help-Manage extensions... Yahoo!...
2055 kestutis a
kestutis98 Send Email
Dec 2, 2009
9:22 pm
Hello, When Alert popups, inactive background appears behind him. How to make the same effect with Form? Thank you in advance, K....
2060 james.vango Send Email Dec 10, 2009
10:12 am
Hi, I'm listening to focus events from the AutoComplete component. It dispatches FOCUS_IN event types, but I don't seem to be able to make it lose focus...
2105 tabreznadeem_q Send Email Jan 4, 2010
2:41 pm
Hi All, I am using a dynamic dataProvider (this is bindable) for the AutoCompleteManager. The data is loaded in this dataprovider based on the first 3...
2106 alariccole Send Email Jan 4, 2010
8:09 pm
The component will lose focus if something else gains focus. If you'd like this to occur with say clicking on the background of your form, you'd need to add a...
2107 stevendbernard Send Email Jan 5, 2010
2:53 pm
Hi there, I have a TabBar and I am trying to change the font style of the selected tab. Is this possible? I have tried this but it doesn't work... tabBar being...
2108 windyphox Send Email Jan 5, 2010
3:04 pm
Hi, I am getting a list of compiler errors. I've done this 3 times now,re-downloading the zip package & re-importing the component package. I still get this...
2109 tripp.bridges Send Email Jan 5, 2010
3:15 pm
Use setRendererStyle. http://developer.yahoo.com/flash/astra-flash/classreference/com/yahoo/astra/fl/controls/TabBar.html#setRendererStyle() ...
2110 stevendbernard Send Email Jan 5, 2010
4:04 pm
Thanks Tripp, I tried that but it doesn't work, it keeps the original font styling. I have astra v1.4. best Steve...
2111 tripp.bridges Send Email Jan 5, 2010
5:45 pm
I just tested and it works fine for me. (1.4) The following application class changes blue text to red when a tab button is selected. package { import...
2112 tripp.bridges Send Email Jan 5, 2010
5:50 pm
How are you importing the component package? Have you installed the components using ExtensionManager CS4? Installation is described on the left nav of: ...
2113 windyphox Send Email Jan 5, 2010
6:15 pm
Hi, Thanks for replying. I followed this exactly with the extension manager, then I drag&drop the Menu component into the library, and immediately when doing...
2114 stevendbernard Send Email Jan 5, 2010
8:34 pm
That's bizarre, I've just done a new file from scratch and used snippets of your code below and it works fine?? Weird I have a tabbar on the stage and added...
2115 tripp.bridges Send Email Jan 5, 2010
8:52 pm
This issue is discussed here: http://tech.groups.yahoo.com/group/ydn-flash/message/1873 If the above link does not help, we can try looking into the following:...
2116 windyphox Send Email Jan 5, 2010
9:25 pm
Yep, that was it, I had a feeling it might be. Thanks for your help! I also don't know why that message wasn't found initially when I searched for it; I did...
2117 cs.gavino@...
cs.gavino... Send Email
Jan 6, 2010
6:45 am
I'm trying to run YOSSimple.fla @ YAP but I keep getting TypeError:Error#1034 session = new YahooSession(key, CONSUMER_SECRET, token, tokenSecret); seems to be...
2118 stevendbernard Send Email Jan 6, 2010
9:56 am
OK Tripp I have this working perfectly now but I have another question for you is it possible to increase the gap between the tabs? As currently they butt up...
2119 LucasH
lucashaley Send Email
Jan 6, 2010
6:20 pm
Heya all -- I'm new to Astra, it looks great! I've been using the Tree component successfully, and was wondering if it was possible to change the color of the...
Messages 2025 - 2119 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help