Hi Joe,
In the main event loop of your application you can specify a timeout
period -
EvtGetEvent (&event, <timeout in hundredths of a second>);
If the event times out then a NilEvent is generated. So you could set the
timeout to a few seconds, then if the event was a NilEvent you could check
the time and, if necessary, update the display.
Alastair
----- Original Message -----
From: Oguri, Joe <[EMAIL PROTECTED]>
To: Palm Developers Forum List <[EMAIL PROTECTED]>
Sent: Tuesday, October 19, 1999 5:50 PM
Subject: How do Clock programs work?
>
> This should be an easy question to answer. I need to update the
display
> every minute. What event should I be looking for? Or do I need to set up
an
> alarm (AlmSetAlarm?) every minute?
>
> Thanks.
>