Hello! I seem to be having some problems with the shortcut stroke and was wondering if I actually can do what I am trying to do. Here is what I am doing: A field is selected on a form. The user does a shortcut stroke on the graffiti pad. At this time, I grab the key down event and enqueue another key down event that is identical to the one that just came in.
Shortcut expansion is handled at the Graffiti recognition level; you can't emulate it by enqueuing a shortcut key into a field. You could manually handle it using GrfGetMacro, but that would require you to do the same key-by-key processing that the system normally does, and it wouldn't support activating the special system shortcuts.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
