RE: Hidden Password
RE: Hidden Password
- Subject: RE: Hidden Password
- From: "Kinsella, John R." <email@hidden>
- Date: Fri, 27 Dec 2002 10:17:54 -0600
You could look into building this with AppleScript Studio. It's
pretty easy and doing what you're asking about is pretty simple (it's just a
checkbox in the properties of the text field.)
This way you'd have no need for an OSAX. And it's free, just
download the developers tools from Apple.
I'd strongly suggest taking a look.
John K
>
Message: 14
>
Date: Thu, 26 Dec 2002 16:39:00 -0800
>
Subject: Hidden Password
>
From: "Sgt. Pepper" <email@hidden>
>
To: applescript-users <email@hidden>
>
>
Hi all,
>
>
OS X (10.2.3)
>
AS (1.9.1)
>
Mac (G4-400)
>
>
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 "")
>
>
---
>
Thanks!
>
>
Live the Dream!
>
__________________________
>
>
Kevin Dolan
>
Pixxon Imaging Studios
>
2055 Bryant Street
>
San Francisco, CA 94110
>
(415) 641-5407
>
www.pixxon.com
_______________________________________________
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.