i'm looking for the voice of experience. my attempts to set the Graffiti
shift to caps lock for each field on a form (or even the application) have
been unsuccessful.
the code below works, but the Graffiti shift appears to get reset after the
form handler returns. same goes for ApplicationHandleEvent( EventPtr
event). i have to assume that the GrfSetState call needs to go somewhere
else, or be made during a different event. perhaps i should be using
GsiSetShiftState?
FormHandleEvent( EventPtr event)
{
switch( event->eType)
{
case fldEnterEvent: GrfSetState( true, false, false);
//caps, num, shift
break;
}
}
Gary Miller
Consultant, CIBER Inc.
(703) 610-6564
[EMAIL PROTECTED]