public void onCreateContextMenu(ContextMenu menu, View view,
            ContextMenuInfo menuInfo)
    {
        Log.d("", "create pop up menu");

Above log can be printed. And below log can not.
-------------------------------------------------------------------------

    public boolean onContextItemSelected(MenuItem item)
    {
        Log.d("", "select the pop up menu");




On Aug 28, 11:28 am, Andrew <[EMAIL PROTECTED]> wrote:
> My program has a contextmenu. It can pop up when I press and hold the
> list view.
>
> But below function can't be called when I select one menu item.
>
> public boolean onContextItemSelected(MenuItem item)
>
> Please give some advise. Thanks.
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to