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 <[email protected]> wrote: > 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 > > > > > > <[email protected]> wrote: > > > Hi, > > > We see API for saying which is the next focusable view.. however > > during the event handling we want to set thefocusto xyz view object > > programmatically . > > > Is that possible.. > > > Regards, > > Raja Nagendra Kumar, > > C.T.O > >www.tejasoft.com > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time > to provide private support. All such questions should be posted on > public forums, where I and others can see and answer them- 隐藏被引用文字 - > > - 显示引用的文字 - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

