I set up by calling registerForContextMenu() on an EditText.  I then
override onCreateContextMenu(), onContextItemSelected(), and
onContextMenuClosed().  I added a few items to the menu in Create and
they appeared just fine in the resulting context menu.  I put
breakpoints at the top of all three of the overridden functions.
Create and Closed are called and ItemSelected is not.

What could possibly explain this?  It *seems* really simple to me.
I'm confused why it didn't work.  I even overrode onMenuItemSelected()
and also put a breakpoint in onOptionsItemSelected(), just to be
sure.  Neither of those functions is catching the item selection
either.

Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to