--- Alexander Povalyaev <[EMAIL PROTECTED]> wrote: > If the time settings are changed what system event is initiated? > For example, a palm user wants to change time settings. > How can my application determine the difference between > old and new system datetime value?
When the user changes the time, the OS sends a sysAppLaunchCmdTimeChange launch code to all apps. If the Notification Feature Set is present, your app should register to receive the sysNotifyTimeChangeEvent notification instead of responding to sysAppLaunchCmdTimeChange. The sysNotifyTimeChangeEvent notification is sent only to applications that have specifically registered to receive it. __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards� http://movies.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
