Re: [flexcoders] ColumnSet vs Multiple axes

2008-06-02 Thread Sangavi G
This is an issue and is similar to https://bugs.adobe.com/jira/browse/FLEXDMV-1669 Regards, Sangavi On Mon, Jun 2, 2008 at 11:58 AM, Sunil Bannur [EMAIL PROTECTED] wrote: Can you send a snippet of your code or screenshot for more help. Thanks -Sunil *From:*

Re: [flexcoders] Re: Automation libraries kill my app

2008-05-28 Thread Sangavi G
Hi, Automation does not add any VBox. This Vbox is from your application only. Check the complete identification of this component. The Vbox need not be in the application hierarchy of the textArea. There is no relationship between the Vbox and the control you would like to interact.

Re: [flexcoders] Automation libraries kill my app

2008-05-26 Thread Sangavi G
Hi, This happens if there is an invisible container on the top of these controls. The solution you can try is to add a mouseClick event listener to the application stage and find out the container which is overlapping these controls. (or you can find this out even in the design view) Once you

Re: [flexcoders] Re: Easy Chart Question

2008-05-20 Thread Sangavi G
Hi, You will have to set the itemRenderer on the series. The below code would probably help you: ?xml version=1.0? !-- charts/BasicLine.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script![CDATA[ import mx.collections.ArrayCollection; import

Re: [flexcoders] How to create linechart legend on each line

2008-05-13 Thread Sangavi G
Hi, I am not able to understand what you are looking for. Do u want to show labels for lines like in columns and Bars? Regards, Sangavi On Mon, May 12, 2008 at 5:43 PM, Swamy Nathan [EMAIL PROTECTED] wrote: Hi Folks, Am working with the LineChart. I want to show the labels to each line.