Thank you for the reply.  We are calling Adobe Acrobat Reader for palm and
have stored our manuals in this application.  We are trying to allow our
users to access the manuals for questions, then return back to our
application.  Obviously Adobe Acrobat is not accessible to enable any
special operations for our application, so, does this explanation cover
applications like this.

Thank You,
Chuck

-----Original Message-----
From: Danny Epstein <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Date: Thursday, December 06, 2001 7:28 PM
Subject: RE: I've already looked there and for a Normal Launch there is no
cmdPBP defined


>> I've never used SysAppLaunch() for a normal launch...
>
>That's good, because it won't work. :)
>
>Applications assume they have access to globals on normal (and goto)
launch,
>but SysAppLaunch calls the app as a subroutine, so it won't have access to
>its globals. (A5 will be pointing to _your_ globals.) Generally, you should
>use SysUIAppSwitch with normal (and goto) launch codes. If you want to get
>control when the app is done, you'll need to arrange for it to switch back
>to you. Some panels support a "switch back" mechanism like this, but most
>apps don't. There isn't really a concept of "done" in most apps. Better to
>use SysAppLaunch with a custom launch code and have the app put up a dialog
>and return when it's dismissed. The app can't access its globals while
>handling the custom launch code.
>--
>Danny @ Palm
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


-- 
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