Andy Black <[EMAIL PROTECTED]> wrote:

> I am working on a program and I want to have the user be able to enter
> numbers into an editable text field using an onscreen keyboard or using
> graffiti. The graffiti part works just fine but I cann't get my keyboard to
> work. Code is as follows:

[ code deleted ]

I took a different approach. The buttons on my numeric keypad simply 
enqueue keyDown events, and I let the system's field handler take care 
of it. This works for me because the form has only one field, and I set 
the focus to that field when the form opens. If you have multiple 
fields, you'll have to take care of that detail as well.

--
Roger Chaplin
<[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