Re: Automator running un-requested
Re: Automator running un-requested
- Subject: Re: Automator running un-requested
- From: "Stockly, Ed" <email@hidden>
- Date: Fri, 9 Jul 2010 17:12:05 -0500
- Acceptlanguage: en-US
- Thread-topic: Automator running un-requested
Title: Re: Automator running un-requested
I don’t think that’s just a Smile thing, I think it’s an applescript thing.
Whenever a script is compiled the compiler needs to see the dictionary, and if an app’s applescript dictionary can be extended, then the app has to open for the compiler to see the runtime dictionary.
This should happen whenever any script editor compiles any script that addresses any extendable application.
ES
On 7/9/10 2:30 PM, "Luther Fuller" <email@hidden> wrote:
On Jul 9, 2010, at 4:04 PM, Robert Poland wrote:
Any ideas why when I drop this script on "Smile" that Automator starts up?
I'm not run running the script, only looking at it.
Any cure?
set x to ""
if x contains "Automator" then -- Automator
tell application "Automator"
end tell
end if
I have the same problem with "AppleScript Editor" opening when I drop a script onto "Smile".
Because the script contains the line ...
tell application "AppleScript Editor"
I think that's just the way Smile works.
_______________________________________________
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