"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. -- Regis St-Gelais www.laubrass.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
