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 penDownEvent. It therefore thinks its done with the event and will not pass it "downstream" to the Palm OS routine that handles taps in controls. I don't know what it is you're trying to do, but you have essentially taken control of every tap on the screen, and will have to code functionality to handle each tap. It's unlikely that you want to do that. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
