I'm displaying a rather long list in a table and want to allow the user to
quickly jump to another position by entering the first letter of the name
using the Graffiti area. I assume that I can just handle keyDownEvent to do
this; is there anything that I have to do to "enable" Graffiti input since I
won't have a text field or other entry field active? Also, is the "chr"
field of the event structure set to the ASCII value for the character,
including upper-case shifting as applicable? The reference talks about this
being a "character code", but didn't say anything about which character set
is used (I remember programs that read from a PC keyboard where you never
know if you're getting a "scan code" vs. a "key code" vs. ASCII).

  Doug Gordon

Reply via email to