Re: Illustrator CS - Save Bug
Re: Illustrator CS - Save Bug
- Subject: Re: Illustrator CS - Save Bug
- From: Shane Stanley <email@hidden>
- Date: Tue, 9 Dec 2003 10:41:25 +1100
On Dec 9, 2003, at 9:54 AM, Simon Topliss wrote:
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.
That doesn't look promising. Care to humor me by setting all possible
options? Not that I expect it to work...
--
Shane Stanley <email@hidden>
_______________________________________________
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.