So out of curiosity, are there any issues (or performance issues) to performing the frmdispatchevent first prior to syshandleevent? I'd filter out nilevents prior to frmdispatch so that I don't lose perf there, but I didn't know if doing that would be better than doing a compare on every event and if it's keydown, skip syshandleevent?
thanks - bill "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message news:107638@palm-dev-forum... > > 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/
