My understanding was that he wanted to prevent the built-in leyboard from being launched. Indeed, to trap events within the keyboard, you have to write your own keyboard and handler (I did it in my application).
-- Luc Le Blanc Laurens a �crit : > "Luc Le Blanc" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Intercept these keyDownEvents in the main Event loop. If you need help to > understand this, maybe you should get a Palm OS > > programming book... > > The problem is that the keyboard dialog runs inside its own event loop. The > form events are handled internally by the dialog and never reach your main > event loop. (I don't have a solution for the OP, though.) > > Regards > -Laurens > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see > http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
