That's correct. What I need to know is using SysAppLaunch what are the parameters in the cmdPBP that I have to supply to get it to launch. What we want is to launch it as a subroutine.
>>We have had great success launching to other >> Palm OS programs from within our application. >> However, we have been unable to return directly >> to our application ... > >You must be using SysUIAppSwitch(), which closes your >app, then switches to another. If you use >SysAppLaunch(), you can call another app as a >"subroutine" of your app. When the second app is >done, it returns to your app. > >However, this will not be useful in the general case >where you just want to run any app (like the Launcher >does). The launcher handles that by being the >"default" application, and the OS stores the fact that >it should relaunch the default app. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
