[flexcoders] Help in loading data from datagrid to combo box

2008-02-05 Thread rahultnath
Hai guys, I want to load some data from data grid to combo box in another tab.How can i achieve this??please help me.Thanks in advance

[flexcoders] Re: Combox box selected Index

2008-02-05 Thread rahultnath
Copying here code that i've daone in getting a country combo box.It is given as array collections..Chk if it can solve ur problem public function loadCountryCombo():void { if(flag1) {

[flexcoders] Re: please help in refreshing datagrid

2008-01-29 Thread rahultnath
YEah,generally it has to be refreshed.But i'm giving it as a collection.Its not getting refreshed.I've got a page with 2 tabs.1 to add details of user and other to display aal entered details.once we press update button n display page all details of that user carried to add page page and fill a

[flexcoders] Re: DragManager question

2008-01-29 Thread rahultnath
Try This...This will help you http://www.adobe.com/2006/mxml"; layout="absolute" width="600" height="350" viewSourceURL="srcview/index.html"> Item 0

[flexcoders] please help in refreshing datagrid

2008-01-29 Thread rahultnath
Hi i am trying to add & delete some user details to database.And i did that also.But problem is even after data deleted or added to database,the datagrid does not show the updated data.Else it has to be restarted.(ie the mxml need to be run again to get it refresh)Can u suggest How to refresh