Re: Adobe Illustrator CS3 'save' command appears to be buggy
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