I want to make an scritp/application connecting applescript and InDesign.
How I can do something like this:
- Open InDesign and create document “ this part is clear for me
- Under InDesign display dialog window build in Interface Builder “ this is hard part
- Fill fields and return to InDesign “ this seems easy too, just make global variables in applescript
I have also another question: Where can I find basic properties of Interface Builder elements like Text Field, Button, etc.
Regards