For fix your problem you can override the OnKeyDown event in the class that extends MapActivity ;)
On Sep 11, 11:45 am, Wesley <[EMAIL PROTECTED]> wrote: > ya... FYI, most of the times it happen is after I Invoke Touch screen > event... the onKeyDown seem not work because of the warning... > why??? > > any one know??? > > wesley. > > On Thu, Sep 11, 2008 at 3:41 PM, Wesley Sagittarius <[EMAIL PROTECTED]>wrote: > > > > > hi, > > > I created a view and then I setFocusable(true) for the key press > > purpose... > > > but, > > some how when I key on " case KeyEvent.KEYCODE_DPAD_CENTER" > > it seem like have a problem to map key or get the key... > > > it show(at logcat): > > 09-11 07:32:58.130: WARN/KeyCharacterMap(299): No keyboard for id 0 > > 09-11 07:32:58.130: WARN/KeyCharacterMap(299): Using default keymap: / > > system/usr/keychars/qwerty.kcm.bin > > > may I know is there anything I miss out?? > > > Wesley. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

