Having done some search, I will answer to my own post... nilEvent processing is definitively not sufficient for implementing periodic timers.
I had a looked to "Hardball.prc" source (provided with Palm SDK) and modified my program accordingly. Now it works fine on my T3. (the trick is that the event loop needs to check enough time has elapsed since the last event period. It seems that under some OS - at least the Tungsten ones - and for some obscure reason there are more nilEvent than needed, having the effect of disturbing the periodicity...) BR, -- Pierre In article <[EMAIL PROTECTED]>, pcles <[EMAIL PROTECTED]> wrote: > I'm having the same issue, also with a T3. > I wrote a simple "metronome" application with prc-tools, relying on > nilEvent. > > it is working perfectly on pre-OS5 Palms (such as m105, m500 or m515), > but on my T3, it seems like some event are not treated by the event loop. > > No idea where it comes from. > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
