Hi,
What is the different % the following routines? It seems that both of
them also make the application quit.
Routine 1:
newEvent.eType = keyDownEvent;
newEvent.data.keyDown.chr = launchChr;
newEvent.data.keyDown.modifiers = commandKeyMask;
EvtAddEventToQueue(&newEvent);
Routine 2:
newEvent.eType = appStopEvent;
EvtAddEventToQueue(newEvent);
Best Regards,
Charles
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
