--- Charles Busch <[EMAIL PROTECTED]> wrote: > 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. __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
