On Tue, Jul 16, 2002 at 01:56:36AM -0700, James wrote: > If it's not a mistake and not a design flaw, then maybe it's a documentation > "bug." The documentation for SysUIAppSwitch does not seem to have any > indication that the caller gets relaunched when the callee terminates.
What else would you have happen? The simple fact is that well-written apps launched by SysUIAppSwitch don't just terminate themselves. They launch something else and then get *told* to terminate. See also http://www.escribe.com/computing/pcpqa/m60049.html William's "Obviously without anyway [sic] for the parent app to know that this is the second time it is being launched" is incorrect. If I am not mistaken, the second time (but not the third, if any) the launch code can be arranged to be sysAppLaunchCmdFailedAppNotify, which is fleetingly documented in SystemMgr.h. John -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
