I have an app that takes a series of letters (EditText) and uses an
Enter button to save the letters and move to the next action.


I would like to have the 'soft' Enter key do the same thing but am
having problems sorting it out.

1/ How do I call the keyboard with the Enter key? (Not CR)

2/ My onKeyDown ignores the keystrokes (I guess because they are
within the edittext view(?)) - how do I make the program recognize an
Enter Key push within an EditText key view?

I have also tried to use imeOptions and importType and Eclipse gives
me an error saying they don't exist in android. I have the latest
version of Eclipse and am calling sdk = 3, so if you can also explain
what I am doing wrong there it is appreciated.

intbt

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