When handling the penDownEvent, make sure that you return handled = false so that the 
system can handle the penDownEvent when you
tap a button.

Keith Wolcott

Owen Flagel wrote:

> I'm setting a Form Event Handler using FrmSetEventHandler to respond
> to events in a  modal dialog form called by FrmDoDialog(). In the
> event handler, I'm watching for penDownEvents. The dialog form
> responds correctly to the penDownEvents. However, when I try to end
> the dialog by tapping on a button in the dialog form there is no
> response to the control button. The program seems stuck only responds
> to penDownEvents.  I've tried using a ctlSelectEvent in the handler
> to watch for a button event, but that also has no response. Once
> FrmDoDialog is called, the only event the program will respond to is
> penDownEvents in the Event Handler. Any ideas about what I'm
> overlooking or doing wrong?
> Thanks, Owen
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palmos.com/dev/tech/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to