Re: [android-developers] How to include Button in Context Menu

2011-08-02 Thread Abhishek Kumar Gupta
Actually I want to close the conext-menu by clicking on the Cancel button, which I want to place at the bottom of the context-menu. On Sun, Jul 31, 2011 at 9:51 AM, TreKing treking...@gmail.com wrote: On Sat, Jul 30, 2011 at 5:04 AM, Abhishek Kumar Gupta akgaec2...@gmail.com wrote: Thanks

Re: [android-developers] How to include Button in Context Menu

2011-08-02 Thread Mark Murphy
On Tue, Aug 2, 2011 at 6:34 AM, Abhishek Kumar Gupta akgaec2...@gmail.com wrote: Actually I want to close the conext-menu by clicking on the Cancel button, which I want to place at the bottom of the context-menu. Users can press the BACK button to close the context menu, in all apps, on all

Re: [android-developers] How to include Button in Context Menu

2011-08-02 Thread TreKing
On Tue, Aug 2, 2011 at 5:34 AM, Abhishek Kumar Gupta akgaec2...@gmail.comwrote: Actually I want to close the conext-menu by clicking on the Cancel button, which I want to place at the bottom of the context-menu. This doesn't really make much sense, Mark explained why, but if you really want

[android-developers] How to include Button in Context Menu

2011-07-30 Thread Abhishek Kumar Gupta
I am a newbie. I just want to include Button(like OK/CANCEL) in Context Menu. Can anyone help me. Any help will be well appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to include Button in Context Menu

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 5:17 AM, Abhishek Kumar Gupta akgaec2...@gmail.com wrote: I am a newbie. I just want to include Button(like OK/CANCEL) in Context Menu. This is not possible. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] How to include Button in Context Menu

2011-07-30 Thread Abhishek Kumar Gupta
Thanks for reply, then I have to use Alert Dialog with customized List Adapter only. Is there any other alternative? -- 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

Re: [android-developers] How to include Button in Context Menu

2011-07-30 Thread TreKing
On Sat, Jul 30, 2011 at 5:04 AM, Abhishek Kumar Gupta akgaec2...@gmail.comwrote: Thanks for reply, then I have to use Alert Dialog with customized List Adapter only. Is there any other alternative? Alternative for what? You didn't really explain what you're trying to do. OK / Cancel in a