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 <michel.wa...@gmail.com> wrote:

> 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 problem...
>
> If i remove my sleep, or if i put a sleep < 100 ms, problems, he write to
> the UI some pics at bad place (some pics, not all pics)
>
> I try doing a lock on the setbackgroundimage with a global Object lock for
> see but i've the same problem, i must do a sleep before each thread!
>
> So my question, it's is possible, to change more than one pic at the same
> time (or in a very very short time), on android...
>
> or.. if it's not possible... is there a method to know where android have
> finish to set the pic to an item ImageView
>
> Android 2.1, on avd
> ______________________________**_________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/**mailman/listinfo/monodroid<http://lists.ximian.com/mailman/listinfo/monodroid>
>
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to