Is there some kind of Windows GUI that doesn't allow activation? Here is everything I have tried and have set:
- I have WinTitleMatch off (not exact)
- I've tried simply WinActivating the GUI -- worked 50% of the time
- I've tried WinMizimizeAll, sleep 5 seconds, WinActivate the GUI -- works 50% of the time
- I've tried all the above steps by setting all other windows WinSetOnTop to 0 (so no other window is OnTop) -- same results
What gives? :/ Is there any work around?
Edit: Forgot to add...
What's worse is that "If WinActivate($myTitle) Then" always passes true when the window is NOT ACTIVE. I need it visibly active for my MouseClicks to work (and no, ControlClicking will not work in my case).
- I have WinTitleMatch off (not exact)
- I've tried simply WinActivating the GUI -- worked 50% of the time
- I've tried WinMizimizeAll, sleep 5 seconds, WinActivate the GUI -- works 50% of the time
- I've tried all the above steps by setting all other windows WinSetOnTop to 0 (so no other window is OnTop) -- same results
What gives? :/ Is there any work around?
Edit: Forgot to add...
What's worse is that "If WinActivate($myTitle) Then" always passes true when the window is NOT ACTIVE. I need it visibly active for my MouseClicks to work (and no, ControlClicking will not work in my case).