Re: [mono-android] multithread on a listview

2012-03-27 Thread michelw
chelw Sent: Tuesday, March 27, 2012 2:30 PM To: Discussions related to Mono for Android Subject: [mono-android] multithread on a listview Hello. I've a listview with pics, and unique id for each pic. I've a separate thread who change the pics. If this thread change one pic per pic,

Re: [mono-android] multithread on a listview

2012-03-27 Thread Miha Markic
: Tuesday, March 27, 2012 2:30 PM To: Discussions related to Mono for Android Subject: [mono-android] multithread on a listview Hello. I've a listview with pics, and unique id for each pic. I've a separate thread who change the pics. If this thread change one pic per pic, no problem

Re: [mono-android] multithread on a listview

2012-03-27 Thread Stuart Lodge
It sounds to me like you have a problem in your adapter - probably with the way you are referencing the individual list view items. Can you post any of your adapter code? On 27 March 2012 13:30, michelw wrote: > Hello. > > I've a listview with pics, and unique id for each pic. > > I've a separa

[mono-android] multithread on a listview

2012-03-27 Thread michelw
Hello. I've a listview with pics, and unique id for each pic. I've a separate thread who change the pics. If this thread change one pic per pic, no problem. If this thread launch a separate thread to change the pic, and if i do a thread.sleep(100) before launch each separate thread, no probl