In my app each screen has around 10 controls, i can not have these number of global variables for removing events
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Rabjohn Sent: Wednesday, September 01, 2004 7:40 PM To: Palm Developer Forum Subject: RE: [spam] Disabled Control Why don't you have a global variable that stores the state of your control, then you can check it in each of your event handlers? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ritu Chawla Sent: 01 September 2004 14:42 To: Palm Developer Forum Subject: RE: [spam] Disabled Control I want to show the controls on my screen,but the events should not be taken. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Moynihan Sent: Wednesday, September 01, 2004 6:58 PM To: Palm Developer Forum Subject: Re: Disabled Control Try using FrmHideObject and FrmShowObject instead. Bob. Ritu Chawla wrote: >Hi All, > >I am using CtlSetEnabled API to disable controls. >If i click on the disabled controls events keep on getting added to the >queue. >Is their any APi which i can use to remove the events from the queue or any >other APi which can be used for disabling all the controls. > >rgds, >ritu > -- 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/ -- 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/
