Re: Adobe Illustrator relink script
Re: Adobe Illustrator relink script
- Subject: Re: Adobe Illustrator relink script
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 19 Apr 2016 21:55:24 +0000
- Thread-topic: Adobe Illustrator relink script
The issue is replacing navigating to folder hierarchies to re-link
graphics. Different version of the same graphic file is stored with an
identical name in the same folder, but the path to reach the folder is
different for each version.
All three versions are stored on different volumes, so the volume changes
for each one.
The high-res path is the baseline.
The low res paths adds a folders ("assets:") to the path
The thumb drive (Box Sync) adds two levels of folders ("assets:box sync:")
plus removes the users:<username> part of the hierarchy.
It's a matter of adapting his script to replace elements of the hierarchy
for different sizes of the same stored image linked to the document.
>>Yvan>>The problem is that you try to use several times the button
returned of the result.
That's not it. The "Button Returned of the Result" is only used in the
same if statement, so no subsequent result gets involved. (See below)
if the button returned of the result is "HiRes" then
<do stuff>
else if button returned of the result is "LoRes" then
<do stuff>
else
<do different stuff>
end if
_______________________________________________
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