• 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: Adobe Illustrator CS3 'save' command appears to be buggy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adobe Illustrator CS3 'save' command appears to be buggy


  • Subject: Re: Adobe Illustrator CS3 'save' command appears to be buggy
  • From: Takaaki Naganoya <email@hidden>
  • Date: Mon, 19 Nov 2007 14:36:31 +0900

In Mac OS X 10.4.11(MacBook) Japanese environment, Illustrator CS3 (install with Illustrator CS2, InDesign CS3, Photoshop CS3, Acrobat Professional 8.1.1.
This simple code cause error on both Illustrator CS3 and CS2.
We had some test with only Japanese user environment.


<AppleScript>
set aPath to choose file name

--Normalizing unicode path text (for Tiger)
set aPath to aPath as string
set aPath to aPath as Unicode text

tell application "Adobe Illustrator"
	close every document without saving
	make new document
	tell document 1
		save in file aPath
	end tell
end tell
</AppleScript>

On 2007/11/16, at 16:07, Shane Stanley wrote:

On 16/11/07 12:13 PM, "Takaaki Naganoya" <email@hidden> wrote:

I met a bug "In Mac OS X 10.4, Illustrator CS2 can not execute
AppleScript save command correctly when CS3 packages are installed in
same environment (and vice versa)."

Can you post some actual code? I can save from either version (and CS) here
(as long as only one is actually running).


--
Shane Stanley <email@hidden>
AppleScript Pro Florida, Feb 2008 <http://scriptingmatters.com/aspro>


_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
mark.nu
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden


-- Takaaki Naganoya Piyomaru Software http://piyo.piyocast.com email@hidden

PiyoCast Web (Podcasting with Music!)
http://www.piyocast.com


_______________________________________________ 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
  • Follow-Ups:
    • Re: Adobe Illustrator CS3 'save' command appears to be buggy
      • From: Shane Stanley <email@hidden>
References: 
 >Re: Adobe Illustrator CS3 'save' command appears to be buggy (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: WBC date library [was Re: Leopard Date Bugs]
  • Next by Date: Re: time format, on leadZero(x)
  • Previous by thread: Re: Adobe Illustrator CS3 'save' command appears to be buggy
  • Next by thread: Re: Adobe Illustrator CS3 'save' command appears to be buggy
  • Index(es):
    • Date
    • Thread