[android-developers] Re: ListView OnItemClickListener no callback

2009-06-05 Thread Tom
Hi, Maybe my question wasn't clear 'cause I see in Android some item's selectable and focusable wich contains checkbox. Indeed, for instance, in Settings Wireless controls. Wi-fi, Bluetooth and Airplane Mode items contain each a checkbox and they are selectable and focusable. I will look for a

[android-developers] Re: ListView OnItemClickListener no callback

2009-06-05 Thread Romain Guy
These items are not selectable and focusable, these are just lists that use ListView's choice mode. Like I already told you. On Fri, Jun 5, 2009 at 2:03 AM, Tomthomas.coz...@gmail.com wrote: Hi, Maybe my question wasn't clear 'cause I see in Android some item's selectable and focusable wich

[android-developers] Re: ListView OnItemClickListener no callback

2009-06-04 Thread Tom
Thanks for your reply. In fact I want that each items are focusable and selectable AND checkboxes only selectable. I want to add a context menu for each items. Is it possible? On 3 juin, 19:29, Romain Guy romain...@google.com wrote: You can't, it's one or the other. If you put a focusable

[android-developers] Re: ListView OnItemClickListener no callback

2009-06-04 Thread Tom
I'm still looking for some answers :p On 4 juin, 10:29, Tom thomas.coz...@gmail.com wrote: Thanks for your reply. In fact I want that each items are focusable and selectable AND checkboxes only selectable. I want to add a context menu for each items. Is it possible? On 3 juin, 19:29,

[android-developers] Re: ListView OnItemClickListener no callback

2009-06-03 Thread Romain Guy
You can't, it's one or the other. If you put a focusable widget in a list item, that's what happens. If you need checkboxes, use ListView's choice mode instead. On Wed, Jun 3, 2009 at 10:25 AM, Tom thomas.coz...@gmail.com wrote: Hi, One of my ListView's has a CheckBox on every item's