Oops, I did mean penUpEvent and penDownEvent.  I am returning false, but
isn't the form event handler the last one in the chain anyway?  Or is the
hit test done in FrmDispatchEvent instead of SysHandleEvent?  At any rate I
am returning false on the unhandled events.

What else might cause the hit-test to not be done?  I suspect that the
problem is something I'm not doing when I create the form from scratch with
FrmNewForm.

Mark Hamann

Richard M. Hartman <[EMAIL PROTECTED]> wrote in message
news:39841@palm-dev-forum...
>
> Do you mean pen up and pen down when you say key up and key down?
>
> The key events are the arrows and the four app buttons.
>
> If you do mean pen when you say key ... are you returning "true" or
> "false" for handled from the event handler for those events.  If you
> are returning "true" then the OS will do no further processing for
> those events because you have told it that you've done everything
> required.  If you want the OS to do hit testing, return "false" from
> the event handler for the pen events.
>
> --
> -Richard M. Hartman
> [EMAIL PROTECTED]
>




-- 
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