I currently intercept the keyDownEvent on password fields and change what
the user typed to an asterisk.   This allows me to mask what the user types.
I did this by setting

    pEvent->data.keyDown.chr = '*'

after saving what they really typed.  This no longer works in OS 5.  It
seems to ignore the changes I make to this field.  Is there another way to
do this now?

Kevin



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to