[flexcoders] Pb with List

2011-11-20 Thread cjacquel73
Hello, 

I have a s:List with images inside. There is a combo to change the images in 
the List. The images are on the server (not embedded).


But I have problems when I change the images'List with the combo. They are not 
immediately uploaded and the rest of the application in not working correctly. 

Thank you for your help.
Christophe, 



Re: [flexcoders] Pb with List

2011-11-20 Thread Srinivas Sandur Madhu Murthy
Christophe,

Until unless you post some code, nobody would help you. Post sample or 
extracted code which you think is not working, so that people can go through 
and help you

Regards
Srinivas

On Nov 20, 2011, at 6:44 AM, cjacquel73 wrote:

 Hello, 
 
 I have a s:List with images inside. There is a combo to change the images 
 in the List. The images are on the server (not embedded).
 
 But I have problems when I change the images'List with the combo. They are 
 not immediately uploaded and the rest of the application in not working 
 correctly. 
 
 Thank you for your help.
 Christophe, 
 
 



Re: [flexcoders] Pb with List

2011-11-20 Thread claudiu ursica
Images load asynchronously, so it obviously take time and don't load all at 
once. What class are you using to display the images?

C



 From: cjacquel73 chjacque...@gmail.com
To: flexcoders@yahoogroups.com 
Sent: Sunday, November 20, 2011 3:44 PM
Subject: [flexcoders] Pb with List
 

  
Hello, 

I have a s:List with images inside. There is a combo to change the images in 
the List. The images are on the server (not embedded).

But I have problems when I change the images'List with the combo. They are not 
immediately uploaded and the rest of the application in not working correctly. 

Thank you for your help.
Christophe,