Re: Hidden Password
Re: Hidden Password
- Subject: Re: Hidden Password
- From: Jeffrey Mattox <email@hidden>
- Date: Fri, 27 Dec 2002 00:57:57 -0600
You could use AppleScript Studio and Interface Builder display a
NSSecureTextField control. You would not use display dialog;
instead, you'd set up and load a small nib containing a
NSSecureTextField and some buttons (Cancel, Done).
Jeff
I'm writing a script in which will let people place files into a
specified folder structure on a server and the script is asking for
their username and password through the display dialog text box and
then check the text returned against a library with all access codes
for the server. My question is how do I get the text typed in by the
user to be hidden as done by so many websites (). I really don't
want to use OSAX if possible. Any help would be much appreciated.
set User_Password to (display dialog "What is your \"password\" ?"
default answer "")
Kevin Dolan
Pixxon Imaging Studios
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.