Effect of pendownEvent on grouped pushed buttons

2002-02-23 Thread Low Pui Kuen
Hi everyone, I have a gadget and 4 grouped push buttons. Why is it that whenever I insert the pendownEvent, I could not get a respond from the either 4 of the buttons i.e when the selected button is not highlighted? However when I removed the pendownEvent code, the grouped buttons

Re: Effect of pendownEvent on grouped pushed buttons

2002-02-23 Thread Terry Dennis
re: Why is it that whenever I insert the pendownEvent, I could not get a respond from the either 4 of the buttons i.e when the selected button is not highlighted? case pendownEvent : handled = true; break; Because by setting handled to true, you're telling Palm OS that you handled the

Re: Effect of pendownEvent on grouped pushed buttons

2002-02-23 Thread Low Pui Kuen
From: Terry Dennis [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: Effect of pendownEvent on grouped pushed buttons Date: Sat, 23 Feb 2002 08:15:46 -0700 re: Why is it that whenever I insert the pendownEvent, I could