--- Alex Gusev <[EMAIL PROTECTED]> wrote: > > I need to run another program on Palm from my app and > then continue to work. > Is it possible? >
You have 2 options: call the other app as a subroutine, or switch to the other app and run it and have it run your first app when it is done. See "Application Startup and Stop" in the Companion, "Application Launch Codes" in the Reference, and also SysAppLaunch() and SysUIAppSwitch() in the Reference. __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
