> I am sorry I phrased my question incorrectly. > > Restated: > > If I use the track ball to select an item and then press it the > onListItemClick() method is called. However if I press an item on the list > by touching the screen the method does not get called. In my other views > where I my Layout contains only a ListView this works.
Now *that's* a bit strange. Do you get any visual feedback (brief orange flash) when you touch a list item? If not, is it possible that somehow you have something transparent that is higher in the Z-order and therefore is on top of your list, blocking touches? -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

