>Subject: Re: Capture penX and penY >From: "Curt Allen" <[EMAIL PROTECTED]> >Date: Wed, 12 Jun 2002 14:05:55 -0400 > >Thanks for that API function. I'm not using a form handler though... I'm >running an interface simulation for what will become an embedded handheld >device. I'm using screen taps to mock the keypresses of what will be the >keypad on the handheld. For example, if the user presses the numeric '1' >key on our keypad, that would approximate to a region around 15,80 on the >digitizer. Interesting project I have here!
Actually fairly routine stuff, but you appear to be going about it the long way around. Setup a gadget for each key area and then let the OS take care of figuring if a screen tap is in a key area, and if so which one. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
