On Tue, 16 May 2000, Roger Moore wrote:
> Okay thanks everyone! I can now download the app.  I put in a line that exists 
>PilotMain immediately if I get a sysAppLaunchCmdSyncNotify.  I do have to do a soft 
>reset after I see a message that instructs me to "reset your Palm III by tapping the 
>button below".  When I do that I get the "Welcome to Palm III" screen but I still 
>have to do a manual
> soft reset to continue.  My app is loaded however :).  Is having to do the soft 
>reset normal and if not how can I get rid of it?
> 

Why not just:

    case appNormalLaunch:
        AppStart()
        MyStuff();
        AppStop();
    break;

?  If you don't get a normal launch code, it won't get executed.  There
are many other launch codes that your app can receive, other than
syncNotify, like Find, etc.. You shouldn't call the appStop unless you
need to.

-- 
Brian Mathis
Direct Edge
http://www.directedge.com


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

Reply via email to