Page 1 of 1

How to display "*****" (password) in EditBox ?

Posted: Wed Mar 14, 2007 14:18
by hcg_me
How to display "*****" (password) in EditBox ?

Posted: Wed Mar 14, 2007 21:14
by LennyH
Try the function setTextMasked.

You should also be able to change the character of the mask using setMaskCodePoint.

Posted: Sat Mar 24, 2007 07:11
by hcg_me
Thank you!