Hi, There are some issues with the time axis that we are working on for a future release. If possible, please send me your code or a test link and I'll take a...
Hello! I am exploring the example for the Stacked Carousel given here: http://developer.yahoo.com/flash/astra-flash/carousel/examples.html And the problem is: ...
Hello! I'm having the same issue. I'm using Flex 3.0.2 and Flash player 10. However, I wasn't as lucky about restarting my code and having it 'work.' I get a...
I am not able to see the ComponentShim fla file for Yahoo Astra components, I want to see how ComponentShim fla is created and how Shared assets are used e.g....
No shim FLAs are included with Astra. They are automatically generated during the build process and deleted once each compiled shim is copied to its respective...
Hello =) I have a little question. I saw that Tree class is extending the List Class, but I want to get the number of items currently displayed (and expended)...
I want to use my flash component that has some internal call defined with Flex ExternalInterface. When I try to call it from widget script I get error. Does...
Since the number of items currently exposed is the same as the length of the dataProvider, you can use YourTreeInstance.dataProvider.length to get that number....
Hi, Which version of the flash ide do you have installed on your machine? The error message indicates that you need the extension was not installed because you...
I saw the example at: http://developer.yahoo.com/flash/maps/examples/YahooMap_SampleSearch/YahooMap_SampleSearch.html I took the source mxml, converted...
Hi, The short answer is no. Since ASTRA Flash components are built on top of the CS3 component architecture, you will need to have a copy of Flash CS3 to...
Thanks for the reply. Now, I own Flash, so is there step-by-step examples on how to export a single component, say layout managers, to a SWC so it can be used ...
Not sure how to implement this. I want to have a button, that has an option for a drop down list that may display other options. For example, and "Add" button,...
Here's a simple solution: look for the PopUpButton or, perhaps an easier way, the PopUpMenuButton. The PopUpMenuButton will display a button and a popup list....
There is a selectedItem as well as a selectedLabel. However, they may not work as expected due to the nature of the AutoComplete--once an item is chosen, the...
I have found the flex Alert to be limiting. It does not wrap text for smaller width windows. I see that the AlertManager has a maxWidth so I thought I would...
Hi, If you create a SWC(s) from the ASTRA Flash components and the CS3 core components, you can use them in your flex projects. A discussion on the topic can...
Hi, I've noticed that the dataprovider becomes the first item so i have tried adding event listeners to the change and close event. However, the behavior is...
... Thanks, the bug is also in Flex 3.0 I had to upgrade to 3.2 to get rid of that StackOverflow error. Currently I can not get the AlertManager to obey...
I am trying to display a simple pie chart, but all I get is a blank screen. private function onDataResult(e:AcknowledgeMessage):void { trace("Data Ok"); var...