[android-developers] Re: Launch ContextMenu from ContextMenu

2010-01-22 Thread Ken H
But an AlertDialog with selectable items? I thought you could just do Yes, No, Ok, Cancel, etc. and a message above with those. Well I guess my question should be how do you launch a ContextMenu- like menu from a contextmenu? Ken On Jan 22, 3:06 am, Mark Murphy mmur...@commonsware.com wrote:

[android-developers] Re: Launch ContextMenu from ContextMenu

2010-01-22 Thread Ken H
Mark, Dang, I just looked it up (http://developer.android.com/intl/fr/guide/ topics/ui/dialogs.html) and you are right! It's an alertdialog using the setitems method. Ken On Jan 22, 9:54 am, Ken H hunt1...@gmail.com wrote: But an AlertDialog with selectable items? I thought you could just do