I use PalmOS 3.0 so sysAppLaunchCmdNotify is not available and
sysAppLaunchCmdSyncNotify is sent every time a HotSync has occurred.
Referring to PalmOS reference no registration is needed to get
sysAppLaunchCmdSyncNotify code.
I try to catch it like this running under emulator
// some other codes
case sysAppLaunchCmdSyncNotify:
// ... some staff
// breakpoint here
break;
// some other codes
but execution never reaches the breakpoint inside the case statement.
I need to launch HotSync from my application and after it's done return to
my app.
0) Is there another way to do this without switching to HotSync and then
starting my app again?
1) Is there any problems with getting sysAppLaunchCmdSyncNotify under
emulator?
2) If user press "cancel" after starting HotSync would this code be sent?
Thanks.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/