I want to launch a program on the card, kind of acting the launcher.
>From what I've found on the forum, the routine is:

1) Copy the app and DBs to memory
2) Send sysAppLaunchCmdCardLaunch code (using SysAppLaunch?)
3) Check the SysAppLaunchCmdCardType - if err has been set to errNone,
skip
   to 5
4) Send SysAppLaunchCmdNormalLaunch (using SysAppLaunch?)
5) Delete app

My question is in step 2 and 4, what launch flags should I set? Also, in
step 2 and 4, should I be using SysUIAppSwitch or SysAppLaunch? I think
I read somewhere that you should never send SysAppLaunchCmdNormalLaunch
with SysAppLaunch. Is this true?

Thanks,
Jonathan King



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

Reply via email to