Hello all i am struggling to get two series implemented on an line chart, i would like to know If anyone has any examples with click events that would return...
... Hi, The financial timeline example on http://developer.yahoo.com/flash/astra-flash/charts/examples.html is a good example of a line chart with multiple...
Hi! Trying to use the MenuBar as a button toolbar, like this public var menus:XML = <root > <button label="button1"/> <button label="button2"/> </root> causes...
... Hi, This is not really a bug as the Menubar is designed specifically for managing menus. The TabBar component may be more suitable for your needs. ...
I've been unable to reproduce this behavior. When I place two instances, I am able to read both values correctly. Is there anything else in your code that...
Thank you, Tripp! I realize that this is maybe not normal menubar behaviour, but this "feature/bug" makes the difference from being able to feed the menubar ...
Hi! When I put a Astra tree directly in a BorderPane it works - the StageScaleMode.NO_SCALE does it's job: // Astra Xml Tree... xmlTree = new Tree(); ...
Sprites will always stretch their contents when you set their width and height. That's just how Sprites work. StageScaleMode.NO_SCALE has nothing to do with...
This is what I want to do: When the user clicks on a branch node, I want that node to expand and all others to collapse. I've found references to closenode and...
Man, I have found this point so frustrating. I have learned it cannot be done (wasted last weekend on it). So non-intuitive, but totally true. When I set...
It's actually a little more intuitive when you look at the name of the class on which this constant is defined. StageScaleMode.NO_SCALE With that scaleMode...
You can't use push() after the configuration has been added to the BorderPane because the BorderPane has no way of knowing that something has changed. There is...
I have found bug in Tree component expand-collaps actions and i don't know how to solve it by myself. At first we must to create a Tree with structure like...
Hi Josh, Thanks for the feedback! I am pretty sure I called drawNow() and it did not work. Yeah, I will give that indirection a try. Is there an event that...
Hi, I just tried this set of steps in exactly the order you described, and I can't reproduce the error. It's functioning correctly for me. Are you sure you are...
Hello Allen, i'm and my friend try to reproduce this bug on two computers - and we success. May I send .fla file to you? And you'll see that bug is exist. By...
Okay, I just tried this FLA file, and I can't get the error to reproduce. Here's what I am doing: 1. Open "Work Documents" node 2. Open "free" node 3. Open...
Yes, Allen, you are understand me correctly. That's incredible! I has removed extension with Extension Manager, reinstall extension, checked FLA files and...
Aaack, I see the bug now. I was pulling my source files from an earlier copy, which is why I didn't see it initially. Looks like we introduced a bug in the...
Hurrah! Thank you, Allen! I will be waiting. By the way, your components greatly facilitated my work. I alter the one of our applications from AS2 to AS3, and...
Hey, I think I have it. Here's what you need to do. 1. In the same zip file where you got the MXP, there's a "Source" folder. Put it somewhere on your machine...
Wow! In all the reading I have done on NO_SCALE, I have never read anything that explained it that well. I think I understand about half of it. Okay, so the...