Well, no answer from anyone, but anyway I found a solution. I create dynamically at run-time my own keyboards and switch them also dynamically. 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, I hide or show this layout when I click on the edit textbox. Also before hand I have already disabled the Android default keyboard with a simple command so only affects this specific textbox. The when required I swap the keyboard type by setting it also through setKeyboard. All at the end got very neat.
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

