InDesign Master Page Overrides in Applescript
I’m upgrading from InDesign CS3 to InDesign CC and am having trouble with a portion of my Applescript script that used to override master page items in the document pages. Below is the relevant portion of the script:
set applied master of page 1 to master spread "A-IndexPage"
repeat with k from 1 to IndexBoxCount
set LockItem to item k in IndexBoxNames
override page item LockItem of master spread "A-IndexPage" destination page page 1
end repeat
Has something changed from CS3 to now that completely changes the way Applescript talks to master page items? I’ve upgraded about 200 pages of scripts, but this is the only significant issue I’ve had that I haven’t been able to figure out.
I'm scripting on the latest version of Yosemite.