Hello John, I really like the look-n-feel of that list. I agree with the idea that this is a recycling problem. I think I ran into a problem very similar to this. Two things to check. First are you using an EfficientAdapter that stores id lookups in the tag? I remember I was. try switching adapters to say an ArrayAdapter to see if the problem disappears. if the problem does check the Ids on lists and the components that make up the list content. You may have some identical names which causes trouble when recycling. Hope this helps. Eric Harlow
On Sep 29, 10:02 am, John Gaby <jg...@gabysoft.com> wrote: > That was a most informative video. I am not sure it will solve this > particular problem, but it will help me address some other issues I > have with the ListView. > > Thanks. > > On Sep 29, 1:21 am, MrChaz <mrchazmob...@gmail.com> wrote: > > > At a guess I'd say it's caused by the listview recycling views. > > There's a long talk here about > > ListView:http://code.google.com/events/io/2010/sessions/world-of-listview-andr... > > > On Sep 29, 2:51 am, John Gaby <jg...@gabysoft.com> wrote: > > > > I have a ListView which presents a table of items. The table is > > > supposed to look like: > > > >http://gabytest.com/images/good.png > > > > but if I scroll around a bit, I sometimes see: > > > >http://gabytest.com/images/bug.png > > > > Now this only seems to happen when I run the program on an actual > > > device (Motorola Droid with Android 2.2). I have never seen this > > > happen on the emulator. > > > > Has anyone ever seen anything like this? Does anyone have any > > > suggestions about what I might look for? > > > > Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en