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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2015 - 2113 of 2433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2015 sprogch Send Email Oct 28, 2009
8:29 am
I am currently working on implementing a bar chart using the Astra component set and have to say it looks nice.Only I have a question how I can change the...
2016 Josh Tynjala
joshtynjala Send Email
Oct 28, 2009
2:46 pm
The seriesMarkerSizes style is what you need to use: ...
2017 sprogch Send Email Oct 28, 2009
3:30 pm
Thanks, so that would mean I should calculate the marker size by hand. Something like markerSize = ( width / totalItems )/ seriesCount Only I don't think I...
2018 Josh Tynjala
joshtynjala Send Email
Oct 28, 2009
3:45 pm
Yes, if you want the markers to fit within the chart a certain way, you'll need to calculate the marker sizes by hand. It defaults to a specific number of...
2019 olivier.nerot Send Email Oct 28, 2009
4:57 pm
Hello, I'm playing with the search AS3 Yahoo API, and have curious results when I modify the language parameter. Here is the call used in AS3, as simple as...
2020 Bavani K
kbavani22 Send Email
Oct 30, 2009
9:48 am
Free Online College Study ACCA 100% Online Get 100% Funded MBA! InterActive+ACCA+MBA+Top Tutors http://highereducationdegree-magha.blogspot.com Migration &...
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...
Messages 2015 - 2113 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