Hmmm, I came to the conclusion that a groupView can only contain TextView type Views meaning stuffing a groupView with Buttons and other items that are clickable is not advised or not possible. If this is not true let me know. Right now I'm working around this issue by making a bunch of TextViews in my convertView for getGroupView and I'm able to ID them through onGroupClick.
~Michael 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

