Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1096 - 1126 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1096
Ah, I see. It seems that a more fundamental issue here is that the Tree automatically absorbs the entire XML structure -- so the <rtmp>, <introframe> and...
Allen Rabinovich
allenrabinovich
Online Now Send Email
Jul 2, 2008
8:59 pm
1097
Yes, makes sense. A hashtable that can be associated with the tree. Makes sense. Thanks! - Randy On Wed, Jul 2, 2008 at 2:58 PM, Allen Rabinovich...
Randy Troppmann
randy.troppmann
Offline Send Email
Jul 3, 2008
4:35 am
1098
So I've set up a MenuBar, and set the style on its child menus, but I can't seem to affect any submenus of those menus. I've tried iterating through the...
ultimatebrent
Offline Send Email
Jul 6, 2008
9:26 pm
1099
Hi, You are unable to iterate through the submenus because they do not exist until they are opened. This is a bug. I will log it as such and create a fix. ...
tripp.bridges
Offline Send Email
Jul 7, 2008
12:22 am
1100
Hey, Im trying to figure out why when I used the Astra Tree component, my text is being trimmed.. The example I downloaded works fine, but when I put in my XML...
ytn3rd
Offline Send Email
Jul 7, 2008
3:03 pm
1101
Hi, The Astra Components are a wonderful resource -- thank you! However, I was wondering: the Flickr Image Search (under the layout container examples)...
yellowstonedude
Offline Send Email
Jul 8, 2008
5:30 pm
1102
It is available in the full zipped package of the Astra components for Flash. http://developer.yahoo.com/flash/astra-flash/ Just click the big orange DOWNLOAD...
Josh Tynjala
joshtynjala
Offline Send Email
Jul 8, 2008
9:49 pm
1103
Yahoo gives ONE! example of how to use their Flash weather api. After hours of "hacking", I can successfully get the weather to be displayed as a block of...
bennett_phot
Offline Send Email
Jul 9, 2008
3:33 am
1104
Hi, I'm not sure what to call this functionality, or how to describe it clearly... Using the Flash Maps API, I can't find a way to have the map repeat itself...
sunild999999
Offline Send Email
Jul 9, 2008
3:33 am
1105
Hi Moderator, I just found the answer to the question I posed in my previous post ... had been searching using Yahoo search, but I should have searched through...
sunild999999
Offline Send Email
Jul 9, 2008
3:33 am
1106
One of the goals in upcoming releases is to improve and expand on documentation and examples. Thanks for letting us know about your frustrations. It helps us...
Josh Tynjala
joshtynjala
Offline Send Email
Jul 9, 2008
4:21 am
1107
Hello, I really like the style of the Alert Manager alert box. Would it be possible to create a general purpose dialog box which uses the same graphics? I had...
mrjoecutting
Offline Send Email
Jul 10, 2008
4:26 pm
1108
Hi Joe, The AlertManager is a dialog box. You can pass it any number of buttons and any callback function. There is an example in the download called...
tripp.bridges
Offline Send Email
Jul 11, 2008
12:07 am
1109
Hi, This is a bug whose fix should have been pushed into this release, but looks like it didn't make it - an oversight on our part. You can overwrite the...
Allen Rabinovich
allenrabinovich
Online Now Send Email
Jul 14, 2008
11:10 pm
1110
Thanks heaps Allen, this fixed it. I was confused on where to get the source files, but then I realized I had downloaded it already, the rest was simple :). ...
ytn3rd
Offline Send Email
Jul 15, 2008
2:59 am
1112
I like the TimeInput and TimeStepper components. But when you do not use seconds you still get the seperator for the seconds (ex: "13 : 45 :"). I have looked...
Charles R. Floss
crfloss
Offline Send Email
Jul 15, 2008
8:16 pm
1113
Actually all the Astra Flex components are built separately and then combined into one SWC, so there are multiple manifests and it doesn't make much sense to...
Josh Tynjala
joshtynjala
Offline Send Email
Jul 15, 2008
8:54 pm
1114
when calling Alertmanager.createAlert(..callBackFunction., props:Object) I can add the object into this function, I guess this object is meant to be passed...
Borey
borey_s
Offline Send Email
Jul 15, 2008
10:22 pm
1115
Actually, the props argument is for specifying properties of the Alert box. (my apologies for the absence of documentation on that argument. The available...
tripp.bridges
Offline Send Email
Jul 16, 2008
12:01 am
1116
By location codes, are you referring to latitude/longitude?? If so, this link might help. I know people have used it to convert city names to locations to be...
superbokbok
Offline Send Email
Jul 16, 2008
3:19 am
1117
No, location codes used by the Yahoo! Weather API are not latitude and longitude. As an example, the location code for Paris, France is FRXX0076 and Bejing,...
Josh Tynjala
joshtynjala
Offline Send Email
Jul 16, 2008
6:21 am
1118
I used to think I wasn't a noob but now I'm not sure anymore :P After modifying the Yahoo Weather Example for my needs, I keep getting the meta-policy error: ...
superbokbok
Offline Send Email
Jul 16, 2008
4:33 pm
1119
I am placing a TimeStepper component on my form and encountered some small problems with the behavior of the control. When using useSeconds equal to false the...
Charles R. Floss
crfloss
Offline Send Email
Jul 16, 2008
4:55 pm
1120
Thank for your response, I appreciate. Is there any way to pass object along to the callbackfunction? Let say I have a function that use alertmanager to show...
Borey
borey_s
Offline Send Email
Jul 16, 2008
5:18 pm
1121
Hi, If I am understanding you correctly, you want to pass an object to the AlertManager that will be passed back to your callBackFunction where you will do...
tripp.bridges
Offline Send Email
Jul 16, 2008
5:37 pm
1122
You should be able to set the dataProvider as you wish, without any modification. It is already bindable as well....
alariccole
Offline Send Email
Jul 16, 2008
7:14 pm
1123
Hey, can you post some code as to what you were trying to accomplish? I've just double-checked the api and it's working for me. What version of Flash Player...
alariccole
Offline Send Email
Jul 16, 2008
10:52 pm
1124
Thanks for pointing this out. This is being fixed and will be available in a future release. ... UITextField(this.textFields[3]); ... unscaledWidth...
alariccole
Offline Send Email
Jul 17, 2008
12:06 am
1125
Hello... well after that last post I went back and restarted the code and sure enough it works now! So now I can get the weather app to work the way I want! ...
superbokbok
Offline Send Email
Jul 17, 2008
12:47 pm
1126
Hello, Is there currently a way to have a line chart render and use a secondary Y axis, or, if not, do you have any recommendations on how to go about adding...
byron_galbraith
Offline Send Email
Jul 18, 2008
6:35 pm
Messages 1096 - 1126 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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