Why not use addTextChangedListener() and filter whatever you like in the listener? I wasted many hours recently only to find out that OnKeyListener() is not really usable with the soft keyboard, such that I next had to write my own working OnKeyListener() "emulator" for the soft keyboard using addTextChangedListener().
On May 25, 6:20 pm, guruk <[email protected]> wrote: > no ideas? just to tell the SoftKeyboard only to allow "ABCD...."? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

