[flexcoders] drag and drop re-sort canvases in VBOX

2009-03-18 Thread samata
Hi, I am looking for any example of implementing a drag and drop re-sort within a vbox container. Basically I have a Vbox that contains a number of canvas's that are full width and 50px high. I want to be able to drag and drop them to re-order within the vbox.

[flexcoders] summaryFunction in Editable AdvancedDatagrid

2009-03-05 Thread samata
Hi all, I am using Advanced Data grid for the first time. It is editable in nature. I am unable to display the 'SUM' of the grouped collections corrected after i edit the Text Inputs in the grid. This is my code: MainFile.mxml: ?xml version=1.0 encoding=utf-8 ? mx:Application

[flexcoders] XMLList obtained after filtering to act as dataprovider to datagrid

2008-09-11 Thread samata
Hi, I want the XMLList obtained after filtering to act as dataprovider to my datagrid... Can some1 help me plz?? This is my code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init(); mx:Script ![CDATA[

[flexcoders] round only two corners of the text input component

2008-09-05 Thread samata
Hi, I want to round only two corners of the text input component(upper- left and upper-right)could some1 help me plz??? Thanx, sam

[flexcoders] change direction of the combo box opening

2008-08-27 Thread samata
Hi, I wanted to know how to change direction of the combo box opening and closing?? I wanted to open it sideways to right. It always drops down na... Thanx in advance, samata.

[flexcoders] Re: change direction of the combo box opening

2008-08-27 Thread samata
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: PopUpMenuButton? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of samata Sent: Wednesday, August 27, 2008 6:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] change direction

[flexcoders] setting the value of axis label in line chart which is populated dynamically!

2008-07-28 Thread samata
Hi, I have line chart..The line charts has values that are populated dynamically. The values could be anything...ranging from 100 to 10 or more. i wanted 2 know if there is some way one could identify the maximum value plotted and set it to value higher than that at runtime...to avoid

[flexcoders] Re: setting the value of axis label in line chart which is populated dynamically!

2008-07-28 Thread samata
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, samata samata.rao@ wrote: Hi, I have line chart..The line charts has values that are populated dynamically. The values could be anything...ranging from 100 to 10 or more