Hello,

        I would like to enter just upper case letters in my fields, so I'm
trying to set the CapsLock automatically for the graffiti but without
success. How could I do that? I already tried to use the GrfSetState,
GsiSetShiftState...  How can I create programmatically the two strokes (Caps
Lock)?
        CW 6,  Palm OS 3.5

Thanks!

Marcelo 

snip code:
                case frmOpenEvent:
                        frmP = FrmGetActiveForm();
                                                
                //      GrfSetState(true, true,true);
                        
                        
                        InfoFormInit( frmP);
                        FrmDrawForm ( frmP);
                        GrfInitState();
                        GrfSetState(true, false,false); 
                //      GsiSetShiftState(glfCapsLock,glfCapsLock);
                        handled = true;
                        break;

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