Re: Flushing the event queue

2008-05-28 Thread Steve Achelis
EvtFlushKeyQueue() or EvtFlushPenQueue().Or I suppose you could do a while EvtSysEventAvail(...) do EvtGetEvent(). Steve Grover, Vishal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I have a terrible problem, my application gives a fatal exception when i try to quit

Flushing the event queue

2002-12-11 Thread htn
Hi, How do I flush (clear) all the events related to my app. programmatically? Thanks, ht -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Flushing the event queue [RTFM]

2002-12-11 Thread Matthew Bevan
How do I flush (clear) all the events related to my app. programmatically? This has been asked in the past (it may even have been you.) RTFM, my friend. I did a search on the API Reference index page for Flush, and the first thing I found was what I was looking for. Examine the manual pages

Flushing the event queue

2002-12-09 Thread htn
How do I flush (clear) all the events related to my app. programmatically? Thanks, ht -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Flushing the event queue

2000-11-29 Thread Steve Achelis
EvtFlushKeyQueue() or EvtFlushPenQueue().Or I suppose you could do a "while EvtSysEventAvail(...) do EvtGetEvent(). Steve Grover, Vishal [EMAIL PROTECTED] wrote in message news:31556@palm-dev-forum... Hi All, I have a terrible problem, my application gives a fatal exception when i try