Re: Display Dialog with Title
Re: Display Dialog with Title
- Subject: Re: Display Dialog with Title
- From: red_menace <email@hidden>
- Date: Mon, 18 May 2009 16:58:02 -0600
"AppleScript Studio overrides the display dialog scripting addition command (provided in the file/System/Library/ScriptingAdditions/StandardAdditions.osax ) to implement its own version."
If you really need a title, you can make your own dialog panel, or run an external script, for example:
run script file "path:to:your:script.scpt" with parameters "whatever"
where script.scpt is a Script Editor script (which uses the Standard Additions display dialog).
Dave
On May 18, 2009, at 09:42:20 Paul Scott wrote:
I couldn't get 'tell AppleScript' to work, nor 'tell application "AppleScript"' although interestingly, the latter popped up an open dictionary dialogs when syntax checking the code -- but only once. In both cases AppleScript Studio would not accept text after "with title".
I'm going to file a bug report for this one.
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