Alan Jay Weiner wrote:
>
> There's probably an easier way, but one way that comes to mind is to test for
> penDown events immediately after you call EvtGetEvent.
>
> [web-clipped]
>
> if ((event.eType == penDown) &&
> (event.screenX > 135) &&
> (event.screenY > 190)) {
If you're going to hardcode the constants you can easily use
the #defines from hardware.h:
#define hwrFindBtnLeft 133
#define hwrFindBtnTop (hwrSystemTop+hwrCalcBtnHeight)
Regards,
Daniel.
- Possible to disable find? B. Flaumenhaft
- Re: Possible to disable find? Daniel McCarty
- Re: Possible to disable find? Neil Rhodes
- Re: Possible to disable find? Alan Jay Weiner
- Re: Possible to disable find? Silvia Brunet
- Re: Possible to disable find? Daniel McCarty
- Re: Possible to disable find? B. Flaumenhaft
- Re: Possible to disable find? Geoff Shepherd
- Re: Possible to disable find? Alan Jay Weiner
- Re: Possible to disable find? Neil Rhodes
- RE: Possible to disable find? Ariel Barreiro
- Re: Possible to disable find? Geoff Shepherd
