Dominic,
[EMAIL PROTECTED] wrote:
Alex,
I use Tk (I use Komodo v3.1 to build the dialog with the dialog GUI builder).
First time I do a dialog...I'm really not an expert on that...
Thanks for your help!
I'm not familiar w/ Perl/Tk but from perl/tk FAQ I found this
10.17. How do I hide a password Entry?
Set the -show option to zero, as in this example:
$entry = $form->Entry(-textvariable => \$user_entry, -show => 0);
I guess you can also use
-show => * if you really want * shown. If you need more guidiance let me know.
Alex _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs