ImageReady 2.0
ImageReady 2.0
- Subject: ImageReady 2.0
- From: Chris Stone <email@hidden>
- Date: Thu, 25 Apr 2002 11:53:17 -0700
Hi Folks,
Does anyone know if there is an issue with ImageReady's Do Script command,
specifically its "with" option?
I'm simply trying to pass a list of files for it to run an action on, and
nothing I do has ImageReady first opening a file before running the action.
Its dictionary asks for a list of aliases, and that's what I'm giving it.
I can open each file in a repeat loop, but that causes a different problem:
I need to show the save box to rename each file, but the larger script won't
wait for that dialog to close, it just goes on to the next step. I'm hoping
that passing the filelist with "with" in the Do Script command might
eliminate this. (This ImageReady code is just part of a larger script, which
is why using an ImageReady droplet wouldn't help me either).
According to ImageReady's Dictionary, this should work:
Do Script "Action1" with aliaslist (I've tried it with a literal list as
well).
The event log shows this as what's going to ImageReady:
tell application "ImageReady"
activate
Do Script "Thumbnail" with {alias "Mac HD:Desktop Folder:Testfile.tif"}
end tell
I've gotten it to work a couple of times actually, but can't find what the
difference was.
Any ideas?
Thanks,
--Chris
_______________________________________________
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.