Well, no answer from anyonw, anyway, I found a solution, which is to
create dynamically at runtime my own keyboards and switch them with
also dynamially. The technique is to define them in xml, and then load
them via KeyboardView with the setKeyboard command. On the main layout
where I want them to be displayed I have an empty layout at the bottom
where keyboardView is added. The when required I swap the keybaord
type by setting it through setKeyboard.

On Oct 26, 3:32 pm, Sanchiski <[email protected]> wrote:
> is it possible to choose the keyboard that should popup when selecting
> an input textbox programmatically?
>
> I am writing a small application where the user should have the option
> to write in a textbox by using its standard keyboard, or, when
> pressing a button to swap to the android russian (locale built-in)
> keyboard.
> How can a set to use a specific keyboard (programmatically) for a text
> input control without changing the OS Locale?

-- 
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