Hmmm... my wife has been hinting that she would like to take another European vacation... ;) Bob.

Morten Schmidt wrote:

Thanks a lot Bob

There is a cold brew for you here, if you ever come to Odense in Denmark ;o)

Robert Moynihan wrote:

Morten Schmidt wrote:

Danke

But how?

You could try to empty the event queue before you close your form...

Gr��e,
Jan


Like this, perhaps?

void ClearEventQueue(void){
EventType event;
while (EvtEventAvail()){
EvtGetEvent(&event,1); //I recall having problems here on occasion if it was set to 0.
}
return;
}


Bob.





--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to