Re: Does this work for anyone in Yosemite?
Re: Does this work for anyone in Yosemite?
- Subject: Re: Does this work for anyone in Yosemite?
- From: "Stockly, Ed" <email@hidden>
- Date: Wed, 16 Sep 2015 16:24:03 +0000
- Thread-topic: Does this work for anyone in Yosemite?
This works:
--Actually changing Safari to TextEdit, Script Editor, Pages I get the same error
tell
application "Safari"
activate
set
myDoc to
make new
document at beginning
set
myWindow to
window 1
end tell
tell
application "TextEdit"
activate
set
myDoc to
make new
document at beginning
set
myWindow to
window 1
end tell
tell
application "Script Editor"
activate
set
myDoc to
make new
document at beginning
set
myWindow to
window 1
end tell
--Script Debugger 6.0 (6A81) on OSX 10.10.4
What do you get when you run the script:
tell
application “Safari"
activate
Make newwindowat front
end tell
?
Actually changing Safari to TextEdit, Script Editor, Pages I get the same error
BBEdit works fine.
|
_______________________________________________
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