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