PLEASE - REMOVE-ME from this list

2008-06-03 Thread Alexandre Umino (Spin)
Can anyone remove me from this list. I tried several times, but without success. Thanks. Spin -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: How can I clear the events

2005-06-28 Thread Alexandre Umino (Spin)
Thanks I implemented this code. void ClearEventQueue(void){     EventType event;   while (EvtEventAvail())         EvtGetEvent(&event,1); } Alexandre2005/6/27, Robert Moynihan <[EMAIL PROTECTED]>: Alexandre Umino (Spin) wrote:> Hi list>> How can I do to clear the events?>

How can I clear the events

2005-06-27 Thread Alexandre Umino (Spin)
Hi list How can I do to clear the events? In my application, I need that the events will be erased. The user can click any button, but only one event is create. Any idea? Thank's Alexandre -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.pal