Hi, In my application, I bring the soft keyboard on from time to time, and it looks like events for the DEL key are not delivered. The method in question is at
http://pastebin.com/zZaZWJ4t and the whole Java class is at http://squeakvm-tablet.googlecode.com/hg/project/src/org/squeak/android/SqueakView.java Any alphanumeric key or Enter (Return) tapped on the soft keyboard is passed to the application except for KEYCODE_DEL. I tried to replace KEYCODE_DEL in the case clause with anything else (e. g. with code for for hardware button PAGE_UP), and the clause takes control when that button is pressed. I did not subclass the Android Keyboard class, just used the default input manager. What can be done in order to receive events for KEYCODE_DEL? Is deriving a subclass the only way? Thanks. PS When the soft keyboard is visible, toast messages do not show up although key events definitely pass through (I can e. g. enter text into Squeak workspace). Is this normal behavior of toasts? -- 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

