On Mon, 4 Aug 2003 09:11:23, rguevara wwrites:
> LocalID dbID=DmFindDatabase(0,"MultiMailPROIII");
> SysUIAppSwitch(0 , dbID, sysAppLaunchCmdNormalLaunch, NULL);
>
> the application start correctly but i dont know if this program or others
> accepts arguments for the launching.


On Mon, 4 Aug 2003 13:03:32, Jim Cooper replies:
> The PalmOS has no "command line". You want to look at launch flags in
> the SDK docs.

NormalLaunch doesn't accept arguments, but some PalmOS applications
support other custom launch codes which allow an argument parameter
block to be passed in.  (Minicalc and HanDBase are 2 examples.)

sysAppLaunchCmdGoTo and sysAppLaunchCmdFind are other examples
of a launch codes which includes parameters.  And there are a few 3rd
party utility applications which will allow one to insert CmdGoto
parameters on a "command line".


Ron Nicholson HotPaw Productions <http://www.hotpaw.com/rhn/palm>





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

Reply via email to