Subject: Re: Password field
From: "Regis St-Gelais" <[EMAIL PROTECTED]>
Date: Fri, 20 May 2005 07:45:42 -0400
X-Message-Number: 11


"Stefano Fornari" <[EMAIL PROTECTED]> a �crit dans le message de
news: [EMAIL PROTECTED]
>Hi All,
>this is probably a FAQ, but  could not find anything related to this
>in any forum or on the net.
>The question is: how can I create a "password" field in a form so that
>it does not show the characters typed in? A pointer to some doc would
>be great and I will do my homework ;-)
>
This was discused many time in this forum.

The two ways that comes often are:

1- Create a custom font where all the caracters are defines as *
or
2- Trap the keyDownEvent and put the real caracters in a buffer and put *
int the text feild.

3- Use one of the existing "symbol" fonts, which will put out small squares for each character.

#3 is by far and away the easiest solution!

Roger Stringer
Marietta Systems, Inc. (www.rf-tp.com)


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

Reply via email to