I sent my NDA last week so I should have the source soon I would think.
That's going to be a big help. Thanks.
Mitch
> -----Original Message-----
> From: Chris Antos [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 30, 1999 5:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: penDownEvent
>
> 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)
> >{
> >.......
>