hey John,
thanks for solving the multiple thread issue.
But there's a bug with the fix.
I presume , you've added some kind of switcher whcih switches between multiple open windows to change the focus . But, its not efficient enough. Most of the times, it randomly starts switching windows and everything is messed up. I wanted the multiple thread to work on different windows at a time but not at the cost of efficiency.
Hence, please get this issue resolved in two ways:
1. Just change everything back to how it was, no switching between the windows.
OR 2. Do something so that there's no switching involved, all the threads should run independently from each other. Multiple focus at once should be possible.
Thanks John