hi,
i also want to switch from one application as a subroutine.
so in calling error = SysAppLaunch (0, 0, launchCode, paramBlock,
resultPtr);
what values to  the launchCode and paramBlock variables to be passed.
bye


--
Jyothi M
Engineer-Systems(Software)
Rass IT Solutions Pvt Ltd
Bangalore-41
E-mail: [EMAIL PROTECTED]
           [EMAIL PROTECTED]
"Arvind Sridharan" <[EMAIL PROTECTED]> wrote in message
news:62889@palm-dev-forum...
>
> Or if you want to launch palmpix.prc as a subroutine of the calling
> application,
> you could use SysAppLaunch.
>
> error = SysAppLaunch (0, 0, launchCode, paramBlock, resultPtr);
>
>
> --
> Arvind Sridharan
>
> [EMAIL PROTECTED]
>
>
> "Kunal Taneja" <[EMAIL PROTECTED]> wrote in message
> news:62705@palm-dev-forum...
>
> This is the way to call one application from with in another application
> LocalID dbID = DmFindDatabase(0,prcName);
> if(dbID)
> {
> SysUIAppSwitch(0,dbID,0,0);
> return true;
> }
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Tuesday, September 18, 2001 10:40 AM
> To: Palm Developer Forum
> Subject: Camera to Palm Device
>
>
> Hi,
>
> Could you help me!!!, please.
>
> How do I call a program  .prc (palmpix.prc) within another  program .prc
>
> ___________________
> Does   the camera have palmix the apis to these be called within an
> application  palm ????
>
> :__________
>
> Saludos,
> Marco A. Barrionuevo T.
> Servicios Profesionales - UNIPLEX S.A.
> Direcci�n: Alpallana E7-212, Quito - Ecuador
> Tel�fonos: 593 508593, 4, 5,  Fax: 593 500806, Celular 5939 228720
> e-mail [EMAIL PROTECTED],  website: www.uniplex.com.ec
>
>
> --
> 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