On Sun, 18 Nov 2001, Paul Taylor wrote:
> Actually, I've already tried sending both of those..  but I see no
> noticeable effect.  I've tried using GrfSetState(true, true, false) to get
> it "locked" into upcase mode for a particular field, but it doesn't seem to
> work at all...  That's why I fell back to the method of inserting
> characters into the queue, to emulate the user himself doing it....

  you want to set the shift state?

    void KbdSetShiftState(KeyboardStatus *ks, UInt16 shiftState)

  :) look in UI/Keyboard.h - the shiftState can be defined as follows:

===
// Shift state flags
#define KeyboardShiftFlag               0x0001
#define KeyboardCapslockFlag            0x0002
===

  dunno if that will help you out *g* you have to love the headers.

// az
[EMAIL PROTECTED]
http://www.ardiri.com/


-- 
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