Perhaps you should be checking how long it's been since your last "time bar drop", an don't do it again if it's been less than 250ms.
You should also look into UserEvents, and generate them where needed, rather than relying on nilEvents, as these can be generated when you don't expect them. nilEvents are generated by the system to flash the cursor on and off for example. Alan "Season Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have design an timing critical application that having a time bar dropping > every 250ms, so I used > > EvtGetEvent(&event, SysTicksPerSecond() / 4) > > at my EventLoop routine and handled the dropping of time bar at nilEvent, it > works fine on PalmOS 3.x and 4.x, but having problem on Zire 71, the time > bar drops very fast. Please help! > > > Thanks! > > Tony > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
