FrmDispatchEvent will not call your form event handler unless no control on
the form handles the event. you must do your check sometime prior to
calling FrmDispatchEvent.
sign the NDA and get access to the PalmOS source.
-----Original Message-----
From: Fawcett, Mitch <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Date: Tuesday, March 30, 1999 7:16 AM
Subject: penDownEvent
>I know what I'm trying to do is elementary, but I'm stuck. I want my app
to
>detect a pen down event when the user taps within the boundary of a table.
>But I want the table to also respond by highlighting the selection and
>storing the text of the table item in a string.
>
>I have some code in my form handler to detect the tap, but it eats the tap.
>
>static Boolean MainFormHandleEvent(EventPtr event)
>{
>.......