Forum Discussion

harshad_w's avatar
harshad_w
Occasional Contributor
3 years ago
Solved

Cannot perform a hovermouse action when the RDP is disconnected

I am getting this error when trying to hover over a blank screen. "There was an attempt to perform an action at point (436, 504), which is out of the window bounds." There's no other dialog or window...
  • chriscc's avatar
    3 years ago

    Sorry Harshad, I miss understood your question. 

    Instead of using a hover function can you try setting the built in Sys.Desktop.MouseX and Sys.Desktop.MouseY properties like this:

     

    Sys.Desktop.MouseX = 436;

    Sys.Desktop.MouseY = 504;

     

    Hopefully, the mouse will move to the location when not connected through the Remote Desktop.