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 To: flexcoders@yahoogroups.com Sent: Sunday, November 20, 2011 3:44 PM Subject: [flexcoders] Pb with

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 with images inside. There is a

[flexcoders] Pb with List

2011-11-20 Thread cjacquel73
Hello, I have a 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.