I have a subroutine that I call whenever there is an operation during the script whenever there will be an unknown amount of wait time (hourglass curs) like during a file open. See checkcursor subrou ...
Monitoring the mouse cursor works, but is not 100% reliable.
To increase the realiability I had to add a 2 second delay into the cursor polling function. Unfortunately, it still falsely determined t ...
My applications' file import takes a long time... so I sleep for 15 seconds just to be sure the import is complete.
When I tried the wait functions (in place of the sleep), they did not wait for the ...