Should be OK.
if (cmd == sysAppLaunchCmdNormalLaunch) // ie. 0
{
App normal programming with UI action
EventLoop
}
else if (cmd == sysAppLaunchCmdSystemReset) // i.e. 5
{
Do app reset action - NO UI allowed
exit program
}
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
- re: Enable my program after soft reset John Newell
- Re: Enable my program after soft reset Tenchi-Man
- Re: Enable my program after soft reset Robert Moynihan
- Re: Enable my program after soft reset Tenchi-Man
