Opened 18 years ago
Closed 18 years ago
#373 closed Bug (No Bug)
GUI - Moving Mouse Across Edit or Input
| Reported by: | Larry | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
Moving the mouse across an edit or input field causes an awful caret/pointer flicker.
Attachments (0)
Change History (7)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
Only happening at my Dev PC at work.... Hmmm, perhaps this is only a problem on my PC.
I will test more.
comment:4 by , 18 years ago
Larry, how are the video drivers on the system? Are they up to date? Does scrolling in your web browser go smoothly or does it jerk along?
comment:5 by , 18 years ago
I don't see any other problems with video.
I ran the script on a coworker's box and it also was "shaky". Happened on about 4 out of 40 PCs that I had to run it on. All the same Desktop PC ... I am betting it is localized to here.
My Device Manager shows an SM Bus Controller problem ... but I don't even know what that means... Off to investigate more.
comment:6 by , 18 years ago
Updated Chipset driver to get rid of "SM Bus Controller" thingy and ran Video driver download JIC and everything is FINE now...
you can "No Bug" this one and discard.
comment:7 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

GUICreate("")
GUICtrlCreateInput("",0,0)
GUISetState()
While GUIGetMsg() <> -3
WEnd