Hi,
I am new to Android, and am writing an app which has 2 EditTexts
(Let's call them A and B) and whenever I hit any key in A, it is
automatically copied to B. For example, if I type HELLO in A, it will
copy each letter into B. I managed to get this to work perfectly with
the setOnKeyListener(). However, in the emulator I found that the
virtual keyboard did not respond to this listener the same way. For
some weird reason, the number keys in the Virtual Keyboard (0-9)
responded to the onKeyListener but none of the others did. After doing
a Google search of my issue, I found some people with similar
problems, but no real solution. I realized there is a
KeyboardView.OnKeyboardActionListener which listens for inputs from
the virtual keyboard. However, I have no idea how to use this in my
edittext field. I would appreciate some sort of help with this matter.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to