Question
Accessing controls within a panel through scripting
Hello,
I'm using a script to open the Media panel in InDesign CC 2015, but once it opens, I have no idea how to access the panel controls programmatically.
app.menuActions.itemByID(84228).invoke();
The Media panel contains a checkbox and a dropdown box. Is it possible to access these controls via scripting once the panel is opened?
Thanks