Modify ↓
Opened 16 years ago
Closed 16 years ago
#1203 closed Bug (No Bug)
Windows 7 Ultimate Build 7600 + Tooltip = LAG!
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Windows 7 Tooltip lag | Cc: |
Description
Hi,
I have been running Autoit v3.3.0.0 with a script that runs perfect on XP SP3. Then I installed Windows 7 Ultimate and my WoW drops framerates to 7fps!! So I began troubleshooting trying everything from turning off UAC to excluding AutoIt in DEP but nothing worked.
So I began fiddling with the code, and commenting out
ToolTip("- Stopped -" & @CRLF & "" & @CRLF & "F10 - Start" & @CRLF & "F9 - Quit",0,0) made it stop! :):)
Please note that removing @CRLF had no effect what so ever.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

And here is the code in a way you like it formatted:
ToolTip("- Stopped -" & @CRLF & "" & @CRLF & "F10 - Start" & @CRLF & "F9 - Quit",0,0) made it stop! :):)