I have a ClearWin window that remains on-screen while the program goes off and does lots of things. Normally, I wouldn't mess with it, but yesterday I tried to move the window out of the way.
The text '(Not Responding)' was added to the caption (first) and then the screen ultimately turned whiter. The window refused to be moved. This lasted until the task was done and normal processing resumed. I should mention that as the task is running, it is reporting its progress to the window so the user doesn't think the program is stuck.
In running some additional trials, it would appear that clicking the mouse anywhere in the window or typing while the window has focus has the same effect.
There's too much other code involved to post here.
I was wondering what the root cause might be and what steps others have taken to prevent this from occurring with their code. Or, should I just live with it and post a dialog box and say 'Please wait until this process is completed'?