Has anyone seen this problem? Basic stuff like, set item x…, stopped working at compile time.
set my_list to {1, 2, 3, 4}
set item 4 of my_list to 5 -- WORKS
tell application id "com.adobe.indesign"
set item 4 of my_list to 10 -- FAILS
end tell
AppleScript Compile Error (on line 4): Can’t get 4 of my_list. Access not allowed.
OS X 10.11.6
InDesign 11.4.1.102
All OSAX deleted and machine rebooted
For reference, the same code works great on a machine with 10.9.5 and InDesign 11.3.0.34
I’d love to downgrade InDesign to a specific point version but I see no way to do that under Adobe’s new subscription model.
Any ideas?
Thanks,
Dave