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/

Reply via email to