> I cannot use the Attention- or Alarm-manager, because the > system wont let me use normal forms after waking up, just > dialogs are allowed
hmm, yes, when your application receives a sysAppLaunchCmdAlarmTriggered, it doesnt have access to globals. but you can work around that by handling whatever you have to do before showing the form in sysAppLaunchCmdAlarmTriggered, then handle sysAppLaunchCmdDisplayAlarm and call SysUIAppSwitch to open your application in "normal" mode. quick and dirty. but works. markus dresch (www.palmside.com) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
