I would like to set different text formatting for each node level but I can't figure out how to loop through the node levels inside of the tree. Any idea how...
Thanks and sorry Jim that I couldn't find the time to answer much earlier. Your code, when running in an mx:Application-tag, runs properly. Thanks for that!...
I think it may not be working as the following function : yahooMapAPICall("setMapSize", {w:Application.application.width,h:Application.application.height}); is...
I'm encountering a weird glitch: I typed some words, "Broke Apart" twice into separate fills, then applied a gradient to them. When I apply a shape tween to...
I'm working with the very nice Tree Component and having no problem setting it up with my XML and using the parameters from that to load external assets... ...
Excuse me for my bad english...... in flash cs 3 i don't see the yahoo astra component in component panel. i have installed the Astra.mxp with Adobe extension...
The Astra components should appear under a category named Yahoo!. They will only appear in an ActionScript 3 project. Try uninstalling the extension and...
Oops... forget to copy the .fla files in app folder:configuration:components in the site i read only 'install with Adobe Extension Manager'.... no info on...
You shouldn't need to copy any FLA files manually. The Adobe Extension Manager does that. I'm glad you got it sorted out, though. Josh Tynjala Yahoo! Flash...
Hello, I want to add antialiasing to the text of my tree, and I don't know how to access the textField components to apply embed fonts, antialiasing... etc. ...
... mi_menu.setRendererStyle("embedFonts",true); mi_menu.setStyle("antiAliasType",AntiAliasType.ADVANCED); OK, this solved my problem. but I have another...
Hi: I have an xml as a dataprovider for the tree component but what I want to use as labels for the tree nodes are "path" and "name". How would I use the...
Hi is there any way to expand a tree branch dynamically without clicking on it? I tried treeDP.getItemAt(0).nodeState = "openNode" but that didn't work......
Hello I've tried searching on autocomplete issues with no luck. The Problem: ============ I'm passing an Array of object(a user class) to a dataprovider like...
Check to see that your IE6 installation has Flash Player 9.0.45 or higher installed. That is the minimum required version for Flash CS3 components (and Astra...
Hi All, It seems that the auto-complete tools are designed for a Flash Professional only environment. Any chance that it could be updated to work with the Flex...
Ben, The Astra Flash components are designed specifically to use the Flash CS3 component architecture. This includes the requirement of default skins based on...
It has never worked on my environment :( OS : Windows Vista Ultimate Browser : IE7, FireFox2 FlashPlayer : 9.0.115 ( Movie Star ) debug version FlexBuilder : 3...
I tried to compile it using Flex3 + ActionScript project. It seems that the TextInput base chase that you use is different than the one I'm compiling against....
If you export it (or any other Flash component) as a SWC from Flash CS3's library, you don't need to compile against a different class. Everything will be...