Re: Open InDesign CS2
Re: Open InDesign CS2
- Subject: Re: Open InDesign CS2
- From: Shane Stanley <email@hidden>
- Date: Thu, 23 Dec 2010 08:41:04 +1100
- Thread-topic: Open InDesign CS2
One of the changes in 10.6 is that the open handler no longer gets passed
aliases, but rather new-fangled things called bookmarks. You can sort of see
it if you run this:
on open fileList
repeat with afile in fileList
display dialog (class of afile) as text
end repeat
end open
The dialog will show «class bmrk».
Most apps seem happy enough with the change, but some aren't. For example,
InDesign CS4 takes bookmarks for opening, but not for placing.
I'd suggest logging a bug, but at this stage there's probably no point. You
just need to add "as alias".
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
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