Spinning wheel prevents mouse input to cancel script (SUI)
Hello,
I've written a script that exports all documents from a selected folder as PDFs. I've added a progress bar that also has a Cancel button. However, while ID is exporting the PDFs it shows the spinning wheel the entire time, so I can't hit the cancel button to stop the script from progressing, it always processes all documents until the end.
Is this is common behaviour? I've tried adding $.sleep(500) and rapidly hit the cancel button to no avail.
Thanks,
Frank
