If you handle all the pen events, the OS won't be able to further process them. Try returning handled as false or just return true for pen events that happen within your gadget. Also, make sure you are not missing a break command in your event handler and possibly falling through into other sections of the event handler.
----- Original Message ----- From: "wax wacky" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 9:48 AM Subject: gadgets !!! > > Hi Everybody !! > > I have a gadget in my app. and few buttons. > now after i do something with the gadgets (something with pendown event within the bounds of gadget) all the buttons stop responding. Tapping on them doesnt make any difference. > In the pendown event of the form i am setting the 'handled' to true. > > what possibly is going wrong ???? > > Thanks in Advance !! > > wax > > -- > ______________________________________________ > IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com > Check out our value-added Premium features, such as an extra 20MB for mail storage, POP3, e-mail forwarding, and ads-free mailboxes! > > Powered by Outblaze > > -- > 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/
