Thanks for the info. PB -----Original Message----- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:54 AM To: Palm Developer Forum Subject: RE: gadget enter Event
At 10:02 2002-12-12 +0530, you wrote: >Yeah right, its frmGadgetEnterEvent. Sorry for the typo. This event will only be sent directly to a gadget event handler when you have a custom gadget on Palm OS 3.5 or later. If you're doing a generic gadget handler for any OS, you'll need to catch penDownEvents and compare those to the bounds of your gadget rectangles -- when you see a tap in your gadget area, you can handle it however you want. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
