>From Chars.h I find: #define vchrKeyboard 0x0109 // Ctl-F popup the keyboard in appropriate mode #define vchrKeyboardAlpha 0x0110 // popup the keyboard in alpha mode #define vchrKeyboardNumeric 0x0111 // popup the keyboard in number mode
Trap these keys after your EvtGetEvent(), and pop up your own keyboard. For ideas, you could look at the source code for the PalmOS keyboard in keyboard.c You can download the PalmOS source code from: http://www.palmos.com/dev/programs/pdp/login.html You have to sign an NDA to get it, but it is worth the trouble... "elena" <[EMAIL PROTECTED]> wrote in message news:72062@palm-dev-forum... > > Hello, > I would like to know when I push the abc or 123 button (to open the > keyboard ) what Event is tied to him. > > And my second quastion is how can I do a custom keyboard inside the > application (only in my application). > > Elena > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
