Hello Palm fellow,
I found errata in PalmOS4.0 SDK and SONY SDK Release 2.
In Chars.h in PalmOS4.0 SDK,
// Palm
#define vchrPalmMin 0x1700 // 256
command keys
#define vchrPalmMax 0x17ff
and it looks m10X/m50X use 0x1700 as Clock activation and so on.
In SonyChars.h in Sony SDK Release 2
#define vchrSonyMin (0x1700)
#define vchrSonyMax (0x170F) /* 16
command keys */
/***** Jog *****/
/* Developers are encouraged to use those chars */
#define vchrJogUp (0x1700)
#define vchrJogDown (0x1701)
#define vchrJogPushRepeat (0x1702)
#define vchrJogPushedUp (0x1703)
#define vchrJogPushedDown (0x1704)
#define vchrJogPush (0x1705)
#define vchrJogRelease (0x1706)
#define vchrJogBack (0x1707) /* added @
2001 */
Apparently there's code conflict.
regards,
YAMADA Tatsushi Hacker Dude-san
http://simple-palm.com
mailto:[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/