--- Richard Coutts <[EMAIL PROTECTED]> wrote:
> I have a simple timer:
> 
>   UInt16 stopCount = TimGetTicks() + SysTicksPerSecond();
>   while (TimGetTicks() < stopCount){}
> 

If you really want to stop your app from responding to anything for a
short time (as above), use:

  SysTaskDelay( numberOfTicks );


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to