On Fri, Jul 21, 2000 at 01:55:12PM -0400, [EMAIL PROTECTED] wrote:
> I am working on a "processing power"-scalable graphic application.
> That is I have a loop in which I refine a graphic to render after 100 ms.
> The computation might take more than 100ms. But I want 10 frames per second
> display. How can I tell the Palm to quit the loop, display whatever it came
> up
> with so far and start the computation of a new graphic to be displayed
> after 100ms, and so on??
Use something like SysGetTimerTicks (I don't remember the call
exactly), and poll until 10 ticks have passed.
An interrupt would be complicated.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/