> > please let me know if i can automatically launch my > > application once the user downloads my application on > > to the palm.is there a way out to launch a application > > when it is installed on a plam for the first time? > > After the hotsync, your application will receive a > sysAppLaunchCmdSyncNotify launchcode. Just react on that (you won't have > globals at that time, so you might have to use SysUIAppswitch to run > your app)
the recommended approach would be to set an alarm in +1 second. i wouldnt' interrupt the 'sysAppLaunchCmdSyncNotify' process :) many applications out there do it this way. -- Aaron Ardiri CEO - CTO Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
