Open InDesign CS2
Open InDesign CS2
I've got a very strange issue with inDesign CS2* and 10.6.5.
I have a droplet that runs in Tiger.
It also runs correctly when using the drag-and-drop in a Script Debugger window.
But, when I save it as a droplet and drop and ID file on it I have this error:
Missing required parameter 'from' for event 'open'
The ID dictionary has no from parameter for the open command.
Any ideas?
ES
on open docList
set droppedFile to item 1 of docList
tell application "Adobe InDesign CS2"
set myDoc to open droppedFile
end tell
end open
*(We are locked into CS2 because we use a plug-in that doesn't work with newer versions) _______________________________________________
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