"Philip Sheard" <[EMAIL PROTECTED]> wrote in message
news:33344@palm-dev-forum...
>
>
> > Hey,
> > Does anyone know how to catch when a backspace is entered? I need to be
> > able to trap this somehow... Thanks...
>
> check for a keyDownEvent with chr = 8.
> do not forget to return false (or call SysHandleEvent).
Its probably preferred to check against "chrBackspace" rather than just "8",
since that makes your code more readable. All the various Palm keystrokes
are defined in Chars.h (in the PalmOS 3.5 SDK).
--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/