> Again here is the requirement:  App1 calls App2 and expects App2 to do
> something and return data.  App2 REQUIRES global space to do it's
> job.  What is the best way to accomplish this.

Define your custom parameter block and launch code for App2 which includes
information about how to call App1 back.  Use SysUIAppSwitch to go from 1 to
2, then use it again to go from 2 to 1 using another custom parameter block
and launch code.  It convolutes 1's logic because it can't just call 2 and
return to the same place, but this would allow 2 to use globals.



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

Reply via email to