Re: Indesign CS asset problem
Re: Indesign CS asset problem
- Subject: Re: Indesign CS asset problem
- From: Shane Stanley <email@hidden>
- Date: Fri, 13 Feb 2004 08:38:53 +1100
On Feb 13, 2004, at 2:31 AM, Gvtz Verdieck wrote:
the hints helped and lead me to the next error:
select every page item -- this line will not work in ID CS
What are you targeting? You need to post more than one line of code.
This works fine here:
tell application "InDesign CS"
tell page 1 of document 1
select every page item
end tell
end tell
Is there a document with the scripting changes from
ID 2 to ID CS available ?
Not that I know of.
--
Shane Stanley <email@hidden>
_______________________________________________
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.