On Sunday 06 June 2004 04:07 pm, Doug Pogue wrote: > I developed a stopwatch application for my Palm IIIx and it keeps > perfect time. I bought a new Zire 21 and when I use the same application > it loses 1 second every 10 minutes! I am using the TimGetTicks api call.
Just a FYI, you probably know this.. (PalmOS docs) TimGetTicks Function Purpose Return the tick count since the last reset. The tick count does not advance while the device is in sleep mode. Perhaps it does advance on some devices, but I know that it doesn't on at least some of them. Are you allowing the device to sleep, or are you keeping it awake? And along those lines, see if it makes a difference. -- /* Chris Faherty <[EMAIL PROTECTED]> */ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
