I can't get win.move(-10000, =win.top(...)) as a hotkey to do anything. Did you mean win.position? I can't get that to work either but I can do win.move(=win.top...)) and that allows me to move around the window. It just does not move it off screen.
--- In [email protected], "brucexs" <bswit...@...> wrote: > > > > --- In [email protected], "Melissa" <excesspapers@> 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(...)) >
