Check for keydown and skip SysHandleEvent. You could always give the event back to the OS later if need be.
----- Original Message ----- From: "Bill Andreozzi" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 7:47 PM Subject: Order to process events > I have a problem where in the following code SysHandleEvent is handling a > KeyDownEvent that I really desire to be handled by the form. > What is my best soution, call FrmDispatchEvent first in my event order OR > check to see if this is a keydown event and if it is, skip the > SysHandleEvent? > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
