check this http://android.grepsrc.com/search?q=ContextMenu&project=ics-mr1

On Friday, 17 August 2012 06:15:52 UTC-7, Bunty syed wrote:
>
>
> I have one edittext in the current view. I have registered context menu 
> for the edittext as below.
>
>  et =(EditText) findViewById(R.id.editText11);
>   registerForContextMenu(et);
>
> When no keypad is shown, I get callback in onCreateContextMenu method when 
> I long press any text in the edittext.( as shown in *editext1*.png 
> attachment).
>
>
> But When keypad is shown, I *dont *get any *callback *in 
> onCreateContextMenu method when i long press any text in the edittext.( as 
> shown in *edittextwithkeypad*.png  attachment).
>
> Please 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