> are there any limitations to the type of code, or actions that can > be taking, outside of not using globals or static locals in > responce to sysAppLaunchCmdDisplayAlarm?
Well, for instance I was unable to run multi-form user interface from sysAppLaunchCmdDisplayAlarm. I got the impression that the only thing you can do from there is display a single form with FrmDoDialog - I was running into all sorts of trouble when trying to run a normal event loop and go through different forms. I ended up just launching myself with a custom launch code from sysAppLaunchCmdDisplayAlarm - then everything worked just fine. I am not 100% sure that what I wanted done cannot be done just from sysAppLaunchCmdDisplayAlarm - but I couldn't and the problems definitely went away when the only thing I did from there is having my application launch itself with a custom launch code - so you might want to try that. Regards, Vesselin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
