I had the same problem.

To get around this, during the sysAppLaunchCmdSystemReset, I set my app to
the default application (see system preference - prefDefaultAppCreator ) and
then reset it back to the default during the normal launch.  The reason I
set it back to the default is that I only want my app to launch
automatically if I purposely caused the soft reset.

Brad

"Ken" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hi,
>
> I am trying to launch an application after a soft reset.
>
> I have added code in PilotMain:
>
>    case sysAppLaunchCmdSystemReset:
>       AppLaunchWithCommand(appFileCreator,
>                  sysAppLaunchCmdNormalLaunch,NULL);
>       break;
>
> This did not work. I also tried using SysUIAppSwitch but it did not work.
>
> Do you have to used the notify manager?
>
> Thanks,
> Ken
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to