Hi,
I’ve made script to export from InDesign. I placed it in InDesign Application folder presets/scripts so I can run it from InDesign.
tell application "Adobe InDesign CS2"
set myStyles to name of PDF export presets
set myPrintStyle to (choose from list myStyles with prompt "Valitse PDF vientiasetus") as string
set myDocument to active document
Now when I run it, mouse cursor is beachball while I choose from list. It works anyway, but it’s not nice
How can I change mouse cursor to arrow while choosing from list?
Thanks.