Re: [android-developers] Setting focus programatically in ExpandableListView

2010-08-30 Thread TreKing
On Sat, Aug 28, 2010 at 9:21 AM, OldSkoolMark m...@sublimeslime.com wrote: My goal is to avoid having the user have to touch individual ExpandableListView entries to select them and to provide a couple of buttons to move the focus up and down inside the list. Don't know about your problem,

[android-developers] Setting focus programatically in ExpandableListView

2010-08-28 Thread OldSkoolMark
I have subclassed ExpandableListActivity to create an activity that presents a simple tree view of the 'world at large' and allows the user to select one for further use by the app. I am having trouble setting focus programatically. One thing that baffles me is that I can use the D-pad to set