Sorry the HandleAlarm function is:  

void HandleAlarm(UInt16 almProcCmd, SysAlarmTriggeredParamType *paramP)
{
if(paramP->purgeAlarm == true)
return;

FrmGotoForm(RefreshInboxForm);
SetSysProcAlarm((AlmAlarmProcPtr)HandleAlarm, 0x8001, 
RECHECK_TIME_WHILE_APP_RUNNING);
} 

(return, not break)
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to