"Barnett, Phil R" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > If you want to launch your application on reset, set an alarm to > > run your application once the reset sequence is completed. > How can I set an alarm at that time? Do I create a minimal no global > variables prc to do that?
You don't need to. Your app can HAVE global variables, and still work fine during a reset launch code, as long as it doesn't try to USE them under "no-global" conditions. Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
