[android-developers] Re: Focus control

2009-05-28 Thread tom
another question followed, thanks kindness. how I can get current focus window or view in another application (Inputmethod) which has no focus. I want to send touch event to current focus window, in my application (Inputmethod). thanks On 5月6日, 下午7时48分, Romain Guy romain...@google.com

[android-developers] Re: Focus control

2009-05-07 Thread Romain Guy
Just call requestFocus() on that component. Note that it won't work in touch mode (== after the user touched the screen) because the Android UI design calls for no focused/selected element in touch mode. On Thu, May 7, 2009 at 12:35 AM, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: Hi,