I can't seem to get the KeyRates function to work on PalmOS Garnet 5.4. My code works fine on the Palm Emulater running PalmOS 4, but it does not work on either the PalmOS Garnet simulator or on my Palm Z22. Changing the key repeat rate to a slower value on Garnet has no effect on the actual repeat rate, even though KeyRates does not return an error. Does anyone know what's going on?
Here's a code snippet that shows what I'm doing: UInt16 newInitDelay = slowestKeyDelayRate; UInt16 newPeriod = slowestKeyPeriodRate; KeyRates(true, &newInitDelay, &newPeriod, &doubleTapDelay, &queueAhead); Thanks, Brian -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
