At 12:00am -0800 00-03-26, Palm Developer Forum digest wrote:
>Subject: graffiti question
>From: Paul Nevai <[EMAIL PROTECTED]>
>Date: Sat, 25 Mar 2000 16:45:02 -0500 (EST)
>X-Message-Number: 11
>
>Is ther a way to enter these via graffiti?
>
>#define chrUpArrow chrRecordSeparator    // 0x001E
>#define chrDownArrow chrUnitSeparator    // 0x001F
>
>Thanks. Best regards, Paul

The chrUpArrow & chrDownArrow keys currently can't be created using 
Graffiti. Currently only Gremlins will generate these keyDown events.

At 12:00am -0800 00-03-26, Palm Developer Forum digest wrote:
>Subject: Re: graffiti question
>From: Tom Zerucha <[EMAIL PROTECTED]>
>Date: Sat, 25 Mar 2000 17:18:53 -0500
>X-Message-Number: 17
>
>On Sat, Mar 25, 2000 at 04:45:02PM -0500, Paul Nevai wrote:
>  > Is ther a way to enter these via graffiti?
>  >
>  > #define chrUpArrow chrRecordSeparator    // 0x001E
>  > #define chrDownArrow chrUnitSeparator    // 0x001F
>
>I think a vertical up-down for the first, down-up for the second.
>
>Like cursor left or right, but vertically,
>
>or like : and | except with punctuation off.
>
>Many apps don't support it or use it to switch fields.

Actually the vertical up/down Graffiti strokes generate the 
vchrPrevField & vchrNextField characters, not the chrUpArrow & 
chrDownArrow characters.

As a side note, vchrPrevField/vchrNextField are virtual. They will 
have the command bit set in the event record's modifier field, and 
they should not be passed on through to the field code - the 
application is responsible for handling them.

And, just to complicate things a bit more, the vchrPrevField keyDown 
event (and a few others) didn't have the command bit set in older 
versions of Palm OS (pre-3.2). If your app needs to run on 3.1 and 
older versions of Palm OS, and you care about virtual characters, 
then you should call the TxtGlueCharIsVirtual routine in the 
PalmOSGlue library.

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to