[android-developers] Re: ListActivity.onListItemClick() only responds to trackball/dpad clicks

2009-03-24 Thread matthias
Hi, On Mar 23, 7:52 pm, droozen droozenr...@gmail.com wrote: Have you tried following the Notepad tutorial and this line in your onCreate method?         registerForContextMenu(getListView()); Why would I want to do that, I do not need a context menu. Maybe I didn't make myself clear

[android-developers] Re: ListActivity.onListItemClick() only responds to trackball/dpad clicks

2009-03-24 Thread matthias
I found the problem: Removing the call to textView.setMovementMethod (LinkMovementMethod.getInstance()); in a TextView I use in the list item layout fixed the problem. Is that expected behavior? I think about raising a bug about this. --~--~-~--~~~---~--~~ You

[android-developers] Re: ListActivity.onListItemClick() only responds to trackball/dpad clicks

2009-03-23 Thread droozen
Have you tried following the Notepad tutorial and this line in your onCreate method? registerForContextMenu(getListView()); On Mar 23, 1:31 pm, Matthias m.kaepp...@googlemail.com wrote: Hi, I have been struggling for over two hours now getting a custom ListActivity to respond to