I've encountered a small snag using MenuBar. In my application, the user has the option of using a MenuBar or Tree to navigate information and toggle between...
You have indeed found a bug in the menubar. Updating the labelField does not work for updating menubar labels. There are a couple of approaches for working...
Hi, I am writing an application which draws about 3000 markers on the screen. My question, will this count as 3000 unique API calls each time the application...
Thank you for your reply, and putting me on the right track. Unfortunately, this has exposed another issue with setting the labelField of a MenuButtonRow. I...
Is it possible to scale the items inside the carousel ? Say you want the item at the centre to be scaled larger the the ones near it ( mac osx dock style ) or...
Hi everyone, I'm curious if there is a way to force the Form component to update itself when the dataSource is changed. I want my form to change dynamically...
Hello everybody! This is my 1st post in this forum. I just started with a PieChart example included in the ASTRA Component library. This example uses 3...
You can specify the colors for a pie chart using the seriesColors style. The seriesColors style accepts an array of hex values for each series. Since a pie...
Thank you very much for the help. I would appreciate if you can suggest some documentation for the beninners, like myself. Regards, R. A. Abbasi ... From:...
Hi this is the second time am facing issues with yahoo components. it seems that when i take one hbox and add it to another hbox via addChild, and trace for...
And to add this: trace(container.contains(textBox)); trace(container.getChildIndex(textBox)); first one gives true second one says textBox is bot a child of...
That is as expected. The LayoutContainer is a child of the HBox, and it handles the actual layout of the children. The scrollbars on the HBox are siblings to...
trace(container.contains(textBox)); trace(container.getChildIndex(textBox)); so in this case, first is true and second throws error saying that textbox is not...
Yes, the first should return true and the second should throw an error because textBox is not a direct child. You can get the child index like this: ...
Hi all, For example, <yahoo:AutoCompleteManager> currently supports only controls typed as TextInput from "Halo" (Flex 3) components set, but controls typed as...
I have a map that I am building, when A user adds a marker, I want to create a URL with one or more markers referenced in it then email the URL. Can I do this...
Your best bet is to put your raw source files into your source path for your projects. They will automatically override the classes in the SWC. - Josh...
I know that the width of the cells should automatically adjust to the width of the text and they do - but only when I roll the pointer over the bar. So can...
You cannot manually set the size of the cells in the menubar. They should adjust automatically. If they are not are only adjusting on mouseover, then that...
If I use FlashDevelop to add a Tree instance (which compiles a new SWF from a SWC file) overriding the component Classes with the supplied source Classes, I...