Hi, It looks like you may have found a bug in the rendering of a logarithmic column chart with values less than one. I will need to investigate this further. ...
Tripp, thanks very much for your help. With some testing, I had to use an ENTER_FRAME event rather than RENDER. RENDER was being fired for some reason too soon...
Using the following code: var mb:MessageBox = new MessageBox(); mb.drawMessage( 100, 200, "Testing textfield" ); var tf:TextField = mb.textField; trace(...
Hi, I am just beginning with the ASTRA chart component, and it is great! Simple question, how do I move the captions further away from the x and y-axis lines?...
I assume by captions you mean the axis labels? The style on DefaultAxisRenderer is labelDistance. It is available on the chart by using the approriate method: ...
http://developer.yahoo.com/flash/maps/ 0.9.3 available (component) http://developer.yahoo.com/maps/flash/componentEULA.html 3.5.2 (Suit) Can someone elaborate...
Hello All! I am having some issues with these tabs and loading data into them. can anyone show me a better example than the one shown on yahoo yui site. I am...
Hi, You do not need to load any data into the TabBar. You can listen for events from the TabBar and display you movie clips based on the event. For example, if...
Hi, I wish to show an overlay at zoom level 13 only. Please could somebody tell me what I'm doing wrong. Sequence: Intialize map at zoom level 14 - no overlay ...
Where did you place this code? Is it in an mapZoom event handler function? On the timeline? You have provided little context to help us determine why your code...
Hi I'm Beginer with AS I want set horizontal{time} axis as ####### ####### 210-219 220-.... This is easy , i can set it in xml file, but because i have 20...
Hi, I am not sure that I am completely clear about what you are trying to accomplish but if you want to set a TimeAxis for your horizontal axis, you'll need to...
So what i wanted i already did.But it is not really nice...Can I set align in horizontal axis?Now what I have look like this: ####### ######## ####### ...
Hi, You don't want to use a TimeAxis because you do not have any time values in your data but you will need to set an axis so that you can format your labels....
how can i display images in the tile pane based on an array?? also once those images are in, how do i go about figuring out which image was clicked by the...
Why not just use the TileList component? http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/TileList.html The TilePane is mainly for layout....
Looked for a bug list but don't see one. Anyway, what I noticed is on creation of a new subMenu (openSubMenu()) the subMenu property is set on the source row...
josh, thanks for the reply but i am using the yahoo tile pane cause i have like 300+ images i need to store in 5 galleries. i wanted something that was more...
One thing the Astra layout containers don't include is a component similar to Flex's Canvas container. This type of layout container leaves its children at...
hello all! I am using the tile pane component in flash as3. and i want to add event listeners to movieclips placed inside of it. considering i am dynamically...
Each item has a property called parentNode that points to the parent. You can start at the node clicked, and then recursively go through each parentNode, until...
I am getting this error also. To recreate this error use this code to populate the tree: var dp:XML = <node label="Root"> <node label="Main Parent"> <node...
Hi, Thanks for reporting this. I was able to reproduce the bug and currently looking into fixing it. I'll let you know in a few days. Thanks, Allen ... ...
I have been using the Yahoomap APis for quite some time. I found there are some bugs in the API which are quite annoying The markermanager provided in the...
... I have discussed the errors and some of the solutions in my blog http://rohitagarwal24.blogspot.com/2008/10/yahoomap-api-for-flex-3-is-buggy-i-have.html...