*> And no, I had not tried it because I didnt know it existed, ergo the > post, I was trying to find this method. * Did you even TRY to read through the docs for these classes? I run into situations like this all the time when using a class I'm not that familiar with... The very first thing I do is look at the list of methods available on the classes that I am currently working with.
In particular, I had this exact same problem last week... I looked at the documentation for the class and found the getExpandableListView() method. I'm fairly certain that TreKing did the exact same thing as well... ---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Tue, May 4, 2010 at 1:19 PM, ScCrow <[email protected]> wrote: > Well, I found the answer, prior to reading your reply. So thanks > anyway. > > And no, I had not tried it because I didnt know it existed, ergo the > post, I was trying to find this method. > > The Answer is > registerForContextMenu(getExpandableListView()); > > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

