I figured out why my app wasnt getting the code. I have a 2nd app that is launched from my main app. to make it so the user only has to delete one file to get rid of everything, i gave them the same creatorID. this made my 2nd app and my first app receive one reset launch code for both. the 2nd app was getting it and doing nothing with it. All i had to do was put in the same code in both apps so that no matter which one got the launch code, they did the same thing (reregister for notifications and an alarm).
-- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED] "Scott Erickson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In my PilotMain fucntion I am trying to reregister for a few notifications > on system reset. This worked fine a week ago, but it now seems that my > app is never getting the sysAppLaunchCmdSystemReset launch code. Is there > a way to ensure that I receive this, or maybe a way to turn it off > (something I might have done and not known about it)? Can I simply > register for it to make sure I receive it everytime? > > -- > > > Scott Erickson > Software Development Team, FB-4, Inc. > [EMAIL PROTECTED] > > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
