• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Illustrator CS - Save Bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Illustrator CS - Save Bug
      • From: Shane Stanley <email@hidden>
References: 
 >Re: Illustrator CS - Save Bug (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Broken scripts in Panther
  • Next by Date: Re: Folder actions query
  • Previous by thread: Re: Illustrator CS - Save Bug
  • Next by thread: Re: Illustrator CS - Save Bug
  • Index(es):
    • Date
    • Thread