Blocking the hsChrKeyboardLocked helps sovling my problem, but I still want to know why the original solution ( setting hsAttrKeyboardLocked to zero ) does not help ?
Thanks, Vu ----- Original Message ----- From: "Vu Pham" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, December 09, 2003 9:42 AM Subject: Keyguard on Treo 600 > Hi, > > I use the following code for disable the auto-keyguard on the T600 ( from > the example of function HsAttrSet of Trep600 Dev guide.pdf ). > > UInt32 keyguard = 0; > HsAttrSet( hsAttrKeyboardLocked, 0, &keyguard ); > > but it seems this does not work. > > Could you please give me some advice ? > > Thanks, > > Vu > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
