UXP modeless dialog
Hello!
I am a software developer, but know relatively nothing about InDesign. I was tasked with creating a script to export all the text from a document.
So far I have created a UXP script that does this but it take a long time to run so I wanted to show a progress bar in a non-modal dialog.
I've seen examples of scripts that use the new Window() constructor, but this doesn't seem to be supported in UXP... so my question is, how can I display a non-modal dialog so I can show some sort of progress as my script runs?
Thanks!
David
