--- In [email protected], "Melissa" <excesspap...@...> wrote: > > Interesting...With that box enabled or gray then the problem occurs. However, > if I uncheck the box completely I cannot reproduce the issue. All windows > that I have tried so far get moved properly.
Uncheck means vdesk simply hides which hides from task bar too. Check means that you want window on taskbar too, which means that PowerPro cannot hide the window. Instead, it tries to move it off screen, and may minimize too (if grey checked, I think). Can you try a win.move(-10000, =win.top(...)) on windows that fail to see if move works for them? You will need a way to move back on screen too, like win.move(0, =win.top(...))
