On 2/25/06, Waqar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I tried the sample given on the palm source knowledge base. It opens the Web 
> Browser and even if i use the sub launch option i can not get back to my 
> application.
>
> In the Palm Help file i found "Applications can use SysAppLaunch to send a 
> specific launch code to another application and have control return to the 
> calling application when finished. "
>
> How does this work, how do i close Blazer and get back to my application?

You can't.  Palm OS doesn't really support a "stack of applications",
and programs don't have a QUIT button, they just exit when you switch
to another program.  The SysAppLaunch method is only used for invoking
another program as a subroutine or service call.  Blazer and the other
big web browsers don't support being sublaunched.

If you just want to support the devices with Blazer, look into using
the HTTP and HTML libraries directly in your program.  These are
documented now at the pluggedin.palm.com site.

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

Reply via email to