Thanks TreKing, I had a suspicion that it has to do with ViewGroup since it was being passed into getGroupView. I was trying to use the ViewGroup parent argument in the inflator too since its 2nd parameter was a ViewGroup "root". And obviously I get a UnsupportedMethod exception. I shifted my time away from this part to focus on other aspects of the project but I'll definitely take a better look at the focusable aspects of Views.
On Jan 14, 5:31 pm, TreKing <[email protected]> wrote: > On Fri, Jan 14, 2011 at 1:38 AM, Michael <[email protected]> wrote: > > Can anyone tell me why my group becomes unclickable? Is is because > > convertView is taking up the entire groupView so clicks can't be detected? > > Just a guess, see if this > helps:http://developer.android.com/reference/android/view/ViewGroup.html#se...) > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

