Re: Script Editor bug - any workaround?
Re: Script Editor bug - any workaround?
- Subject: Re: Script Editor bug - any workaround?
- From: Iurista GmbH <email@hidden>
- Date: Wed, 03 Feb 2016 16:04:16 +0100
Am 01.02.2016 um 17.10 schrieb Phil Stokes:
>
>> On 1 Feb 2016, at 22:21, Yvan KOENIG <email@hidden> wrote:
>>
>> My scheme works as AppleScript Editor is not already loaded when the script is triggered.
>>
>
> Yes, I understand, and thanks for the script example.
>
> I will look into using both techniques as I’m seeing problems both when AS is running and when it’s started up (sometimes, but not always in both scenarios).
I have a similar script as the Yvan mentioned, but have added a memory for Applescript Editor to reopen the previously open scripts.
Just add in the script the following code:
tell application "AppleScript Editor" to set {pdw1, pdw2,....} to {path of document of window 1, path of document of window 2,...}
then quit the Editor, run the Plist File copying part and reopen Editor with telling it to open pdw1...
I run the whole script from Script Menu. That way, all my open script window adapt quickly
Rudolf
_______________________________________________
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