[android-developers] Re: ListView, multipleChoice -- how do you choose things?

2008-09-09 Thread Jorge D Ortiz
Hi all! Same problem here. Any advances/diagnostic? Best regards, Jorge On Aug 26, 10:05 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > I just checked our changelogs and this is a bug we fixed after the SDK > > was cut. Sorry for this inconvenience, the next SDK will provide you > > with

[android-developers] Re: ListView, multipleChoice -- how do you choose things?

2008-08-26 Thread Mark Murphy
> I just checked our changelogs and this is a bug we fixed after the SDK > was cut. Sorry for this inconvenience, the next SDK will provide you > with a fix for this. Whew! I thought I was losing my mind when I read your original reply. @Peli: thanks for chiming in and helping to prove my sanity

[android-developers] Re: ListView, multipleChoice -- how do you choose things?

2008-08-26 Thread Romain Guy
I just checked our changelogs and this is a bug we fixed after the SDK was cut. Sorry for this inconvenience, the next SDK will provide you with a fix for this. On Tue, Aug 26, 2008 at 12:36 PM, Peli <[EMAIL PROTECTED]> wrote: > > Strangely, I just experience the same problem: > In both, 10. Sing

[android-developers] Re: ListView, multipleChoice -- how do you choose things?

2008-08-26 Thread Peli
Strangely, I just experience the same problem: In both, 10. Single choice list, and 11. Multiple choice list, all items are checked to start with, and there is no way to toggle the state by clicking the items - they all stay checked all the time. I think I remember some time ago it was like no ch

[android-developers] Re: ListView, multipleChoice -- how do you choose things?

2008-08-26 Thread Romain Guy
Hi, Just click the list item to toggle the selection on/off. Everything is handled by ListView which sets the "checked" state of the item. On Tue, Aug 26, 2008 at 5:38 AM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > Maybe it's too early in the morning, but... > > How do you actually multi-select