Hi. Your app will not get the sysAppLaunchCmdSyncNotify if itself or its database did not change during the hotsync. You may want to force a change during hotsync.
Max --- Marta <[EMAIL PROTECTED]> wrote: > I am using 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. ===== -=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=- Got Palm? Get ExBox at http://www.weirdwww.com/ExBox to beam anything! __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
