Is there an API for setting a callback to be called at time intervals (e.g. every second)?
I looked but I could not find one.
Must I manually count ticks and call the callback myself?
Thanks for the responses.
I'm using a framework which runs a main loop about 30 times per second. So I just added code to count ticks and call the function when 1s worth of ticks elapsed. That seems to work well enough.
I had just wondered if there was a different way.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
