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...
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...
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. ...
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...
Hi, The Astra Components are a wonderful resource -- thank you! However, I was wondering: the Flickr Image Search (under the layout container examples)...
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...
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...
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...
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...
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...
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...
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...
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...
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 :). ...
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...
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...
when calling Alertmanager.createAlert(..callBackFunction., props:Object) I can add the object into this function, I guess this object is meant to be passed...
Actually, the props argument is for specifying properties of the Alert box. (my apologies for the absence of documentation on that argument. The available...
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...
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,...
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: ...
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...
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...
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...
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...
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! ...
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...