Re: [flexcoders] Problem with dealing with loads of XML data

2010-02-09 Thread claudiu ursica
Tile list with TextInput as a renderer?
C





From: shail 
To: flexcoders@yahoogroups.com
Sent: Tue, February 9, 2010 7:54:22 PM
Subject: [flexcoders] Problem with dealing with loads of XML data

   
Hi,
In my application I created a panel full of TextInput controls to make it look 
like a excelsheet. I pushed my TextInputs Ids in Array while creation complete 
event.

I assign data to respective TxtInput by looping though Array. Data is coming as 
XML, so its taking much time and got application slow.

Any other approach, work around could be of some help. how can I make it 
faster??

Thanks,
Shailendra 


 


  

[flexcoders] Problem with dealing with loads of XML data

2010-02-09 Thread shail
Hi,
  In my application I created a panel full of TextInput controls to make it 
look like a excelsheet. I pushed my TextInputs Ids in Array while creation 
complete event.

I assign data to respective TxtInput by looping though Array. Data is coming as 
XML, so its taking much time and got application slow.

Any other approach, work around could be of some help. how can I make it 
faster??


Thanks,
Shailendra