> Hello All,
> Quick question, What would be the easiest/fastest way to make a user 
> input appear as asteriks instead of text... Like for a password field.

  trap keyDownEvents, and put "*" in the field instead of the char
  that was entered. you can then store the char that was entered 
  into a seperate string, which you use for comparing the password.

  problem is, with palm - this is very non-standard.

  you can easily get errors using grafitti to enter in a password,
  and, since the palm is a very personal device, you dont need to
  ****** out the password when you enter.. you just hold it closely
  to yourself and make sure no-one peeks :>

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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