> From: Ng Wei Gee
>
> I would like to trap the Calc and Find buttons to do some
> application-specific functions. How can I do that? I would like to use
> pre-OS3.5 calls as I want to maintain compatibility with OS3.0 devices.
> Thanks in advance!
>

>From the knowledge base:

"It's easy to tweak your event loop to ignore the buttons. When you get the
keyDownEvent, if event.data.keyDown.chr is between hard1Chr and hard4Chr, or
is findChr or any of the other characters you want to ignore (all defined in
Chars.h), then ignore the event and don't let the system handle it."



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to