[android-developers] Re: How to catch event from the virtual keyboard ?

2009-07-31 Thread Azhdar
Hi, thank you for you answer. But what do you mean by : ... or make it larger so the user hits it ? On Jul 30, 3:42 pm, Dianne Hackborn hack...@android.com wrote: Either set the window flag to have your IME's window consume all touch events, or make it larger so the user hits it.  Note

[android-developers] Re: How to catch event from the virtual keyboard ?

2009-07-30 Thread Azhdar
No idea ? On Jul 28, 5:30 pm, Azhdar azh...@gmail.com wrote: Hi Everything is in the title : How tocatcheventfrom thevirtualkeyboard? In fact, I want to know if the screen is touch for instance. Thank you in advance ! --~--~-~--~~~---~--~~ You received this

[android-developers] Re: How to catch event from the virtual keyboard ?

2009-07-30 Thread Dianne Hackborn
Either set the window flag to have your IME's window consume all touch events, or make it larger so the user hits it. Note that there is no way to be able to receive touch events there and selectively decide whether they go to the underlying application, it is either all or nothing. On Thu, Jul