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: Deivy Petrescu <email@hidden>
- Date: Wed, 16 Sep 2015 12:39:08 -0400
I’ll be darned!!!!!
I ran the script as suggested by Ed and it worked.
Changed it back to the one I proposed and now … it works!!!
As Yvan noted and I had the same in my log window, “front" gets converted to “beginning" during execution.
So, I think that there was a problem connecting “front" with the right “beginning”, which miraculously gets fixed when you use beginning.
Whatever this is, is one of the most bizarre bugs I’ve seen.
> On Sep 16, 2015, at 12:24 , Stockly, Ed <email@hidden> wrote:
>
> 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
>
> Ed
>
>
>
>> 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.
>>
>>
>>
>>
Deivy Petrescu
email@hidden
_______________________________________________
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