Search the Community
Showing results for tags 'WinGetPos'.
-
I am attempting to drag and drop a file from one windows explorer window to another windows explorer window (henceforth referred to as window1 and window2). I am not using the web. I have used autowinexp.au3 (taken from LarsJ's automatewindowsexplorer.au3) to give focus (function GetFileFocus) to...
- 11 replies
-
- mousegetpos
- mouseclickdrag
-
(and 2 more)
Tagged with:
-
Full script w/details in comments below, just in case you need to run it to see the problem. Basically WinGetPos is incorrectly returning the W & H sizes, while at the same time correctly returning the positions. To compound the problem, I ran the same script on 2 different PCs and it gets2 differe...
-
Func workSpaceSetup () ConsoleWrite ("workSpaceSetup" &@CRLF) $workSpace = WinGetHandle ("some site - Google Chrome") ConsoleWrite ($workSpace&@CRLF) $pos1 = WinGetPos ($workSpace) WinMove ($workSpace , "", $pos1[0] , $pos1[1] , 1366, 768, 0) EndFunc So the script is first, the...
- 9 replies
-
- subscript
- non-accessible
-
(and 3 more)
Tagged with:
-
I am trying to do something, but it appears that I am having issues with trying to get the right functions called, in the right order. What I want to do is move a window to a certain position and then move it back, but as stated, the order appears to be an issue, as if the window is minimized, the w...
- 4 replies
-
- wingetpos
- wingetstate
-
(and 1 more)
Tagged with:
-
I am seeing a buttons position change when the following happens. 1. GUI created at 800 x 600 2. GUI info is stored using WinGetPos 3. GUI changed to full-screen using WinMove 4. Button info is stored using ControlGetPos 5. Button is deleted 6. Button is re-created using the stored data from...
- 5 replies
-
- fullscreen
- button
-
(and 5 more)
Tagged with:
-
Real Window Width/Height, WindowBlinds
MarkRobbins posted a topic in AutoIt General Help and Support
I'm using WindowBlinds, VOX 2 Style. When I WinMove() the width and height show quite a bit short when measured on screen (14px!), WinGetPos() returns the proper numbers, but when attempting placement of windows this is quite a pain. Is there a solution for this other than constant compensation?- 9 replies
-
- WindowBlinds
- WinMove
-
(and 1 more)
Tagged with: