Re: Open InDesign CS2
Re: Open InDesign CS2
- Subject: Re: Open InDesign CS2
- From: KOENIG Yvan <email@hidden>
- Date: Wed, 22 Dec 2010 22:02:06 +0100
Le 22 déc. 2010 à 21:31, email@hidden a écrit :
>
> 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
It may be a conflict between the 'open' owned by CS2 and the 'open' the script's handler.
Yvan KOENIG (VALLAURIS, France) mercredi 22 décembre 2010 22:01:46
_______________________________________________
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