On Tuesday 18 May 2004 02:34 pm, Dana Long wrote: > I handle the sysAppLaunchCmdDisplayAlarm command in StarterPalmMain() > by calling AppStop(), then AppStart() and then FrmGotoForm(LoginForm).
Seems like it would be simpler to just relaunch the application with SysUIAppSwitch() if you want to start fresh. Why can't you just FrmGotoForm(LoginForm) from your displayalarm without AppStop(), AppStart() etc? -- /* Chris Faherty <[EMAIL PROTECTED]> */ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
