Re: [flexcoders] Background transparancy

2006-09-29 Thread sumeet k
Hi Patrick, Ypu can set backgroundAlpha="0" in application tag.dj <[EMAIL PROTECTED]> wrote: How do you set the background alpha of an application to 0, possible?Thanks,Patrick Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business. __._,_.___ -- Fl

[flexcoders] itemrenderer as a Checkbox

2006-07-25 Thread sumeet k
Hi,   I am using flex 2. i that I am using datagrid which has itemrenderer in which i am using checkbox. selected and unselected status of checkbox is comming from the dataprovider. but when i click on the checkbox my dataprovider as well as my view should get update also i should get the row

[flexcoders] How to get data of the List?

2006-06-30 Thread sumeet k
Hi, I have created Drag and drop functionality from datagrid to list in flex 2 beta 3 Below is the code for it. But can anybody tell me that how can i get the List data in separate array on click event of the list?         http://www.adobe.com/2006/mxml" layout="absolute">   

[flexcoders] How to get data from list?

2006-06-30 Thread sumeet k
Hi, I have created Drag and drop functionality from datagrid to list in flex 2 beta 3 Below is the code for it. But can anybody tell me that how can i get the List data in separate array on click event of the list?         http://www.adobe.com/2006/mxml" layout="absolute">   

[flexcoders] Drag and drop functionality

2006-06-29 Thread sumeet k
Hi, I want to create drag and drop functionality in Flex2 Beta 3. In this User can drag data from Datagrid into the List.  And I want to Store all the data of the List in an Array.   So can anybody please tell me that how can i achieve this. Below is code for the reference    http://www.