Re: Illustrator CS - Save Bug
Re: Illustrator CS - Save Bug
- Subject: Re: Illustrator CS - Save Bug
- From: Simon Topliss <email@hidden>
- Date: Mon, 08 Dec 2003 22:54:37 +0000
On 8/12/03 9:48 pm, "Shane Stanley" <email@hidden> wrote:
>
On Dec 8, 2003, at 10:30 PM, email@hidden wrote:
>
>
> On 8 Dec 2003, at 11:12 am, Simon Topliss wrote:
>
>
>
>> tell application "Illustrator CS"
>
>> save current document in file ((path to desktop folder as string)
>
>> &
>
>> "temp.ai")
>
>> end tell
>
>
>
>
>
> Just for the record, I can reproduce this problem. It only seems to
>
> happen if you change an existing filename as part of the save.
>
>
What happens if you use the "with options" parameter?
>
Still no joy. The following script highlights the problem better:
tell application "Illustrator CS"
activate
set doc1 to make new document
save doc1 in file ((path to desktop folder as string) & "temp1.ai") with
options {class:Illustrator save options, compatibility:Illustrator 11}
save doc1 in file ((path to desktop folder as string) & "temp2.ai") with
options {class:Illustrator save options, compatibility:Illustrator 11}
end tell
Saving a new file works OK. Saving an existing file with a new name causes
the bug.
Simon
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.