Timeline



Dec 19, 2021:

9:54 AM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) updated by Jos
Replying to anonymous: > I believe there is still an issue with this. I have a little script that keeps my computer from going to sleep or triggering screensaver when I'm doing something else using the following Please go to our forums to ask questions as this place is for Bug reports and Feature requests! Jos
6:14 AM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) updated by anonymous
I believe there is still an issue with this. I have a little script that keeps my computer from going to sleep or triggering screensaver when I'm doing something else using the following loop: While 1 Sleep(30000) $CurPos = MouseGetPos ( ) MouseMove ( $CurPos[0] + 1, $CurPos[1] ) MouseMove ( $CurPos[0] - 1, $CurPos[1] ) WEnd I have 3 monitors. When I'm on my left-of center monitor, every time the loop runs, the mouse cursor jumps to the left edge of the screen. Interestingly enough, if I compile it to an EXE, it will jump to the edge of the screen, then jump back to it's previous position. This is with the current beta 3.3.15.4.

Dec 18, 2021:

10:36 PM Ticket #3857 (DotNet 5/6 Support) created by Jrdiver
Would it be possible to get a release of the AutoItX dll's for dotnet …
Note: See TracTimeline for information about the timeline view.