Display Dialog with Title
Display Dialog with Title
- Subject: Display Dialog with Title
- From: Paul Scott <email@hidden>
- Date: Sun, 17 May 2009 12:39:01 -0700
This works in Script Editor:
display dialog "Enter new password:" default answer "" with title
"Password Prompt" with hidden answer
but it won't compile in AppleScript Studio unless I use this:
display dialog "Enter new password:" default answer "" with title
with hidden
What gives? It's like there's two different compilers, and one of 'em
(guess which) is broken.
How do I get a dialog title?
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden