Re: [android-developers] About InputMethodService.switchInputMethod

2010-07-31 Thread XC He
I use this API in my IME service. And I applied the solution from Issue 4604 (http://code.google.com/p/android/issues/detail?id=4604). It could solve this problem. 2010/7/31 Dianne Hackborn : > Is the other input method actually enabled by the user? > Also you aren't clear where you are using thi

Re: [android-developers] About InputMethodService.switchInputMethod

2010-07-30 Thread Dianne Hackborn
Is the other input method actually enabled by the user? Also you aren't clear where you are using this, but the API only works from within the current input method. It does not work for applications. On Fri, Jul 30, 2010 at 11:15 PM, a...@tw wrote: > Anyone ever use this API: switchInputMethod

[android-developers] About InputMethodService.switchInputMethod

2010-07-30 Thread a...@tw
Anyone ever use this API: switchInputMethod? I want to switch my IME from in my code.When I call this API, sometimes the IME switched sometimes not. When the requested IME not launched or display in the screen, the original IME still remain in the screen, but cannot commit text into the box. Or a