Hi all,

I created an application using the palm OS Application wizard in codewarrior.

Basically , I want this application to be displayed from the BROWSER when i say 
"palm:SCNS.appl"

I handled the sysAppLaunchCmdURLParams in my Pilotmain().

PilotMain()
{
   switch(cmd)
   {
     case sysAppLaunchCmdURLParams:
     ...???? 
   }
}


But How can i display my application's mainform from this launch code after switching 
from the BROWSER.

I tried to replicate the code (like we do in the sysAppLaunchCmdNormalLaunch)in this 
sysAppLaunchCmdURLParams launch code.But it is creating 2 instances of my application 
which is not required .

I dont want to use the SysAppUISwitch() as it makes me to switch again to other 
instance of my application by Exiting from the existing instance.

Can anybdy suggest a method to do this.


Thanx n Regards
Anil

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

Reply via email to