>My palm application has a 'field' that was defined like password, when
>someone taps on that field the SysKeyboardDialog(kbdDefault) is called.
>My question is how can i trap events from SysKeyboardDialog?
You shouldn't patch any traps here. If you want to prevent the dialog from
coming up, or write your own, then just watch for the event that says the
keyboard is about to come up. (vchrKeyboard, I believe.) Don't pass it to
SysHandleEvent, since that's where the system sees the event and handles it
by calling SysKeyboardDialog.
In short, don't hack: just watch for the event, and then do whatever is
appropriate (which in this case might be ignoring it, or bringing up your
own keyboard form.)
-David Fedor
Palm Developer Support
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/