[android-developers] How to have a ContextMenu on a GLSurfaceView :?

2010-09-06 Thread ThomasWrobel
Having a little trouble working out how to have a context menu working
in my GLSurfaceView view.

There doesn't seem to be a onCreateOptionsMenu or
onOptionsItemSelected to override.

I do notice a setOnCreateContextMenuListener but I don't know how to
use it.

Anyone know?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to have a ContextMenu on a GLSurfaceView :?

2010-09-06 Thread Miguel Morales
Override those on your Activity class.

On Mon, Sep 6, 2010 at 3:52 AM, ThomasWrobel darkfl...@gmail.com wrote:
 Having a little trouble working out how to have a context menu working
 in my GLSurfaceView view.

 There doesn't seem to be a onCreateOptionsMenu or
 onOptionsItemSelected to override.

 I do notice a setOnCreateContextMenuListener but I don't know how to
 use it.

 Anyone know?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en