Opened 16 years ago
Closed 13 years ago
#1472 closed Bug (Rejected)
GUISetCursor Bug
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
The help page for GUISetCursor says:
For a list of valid cursor IDs see MouseGetCursor. CursorId = 16 will hide the mouse cursor.
But the help page of MouseGetCursor in AutoIt 3.3.4.0 says:
16 = HAND
So I can't set hand cursor in a GUI, because setting that will hide the mouse cursor.
Attachments (0)
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5767] in version: 3.3.7.0
comment:3 by , 15 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , 14 years ago
Just clarification for developers:
Here is related ticket which is cause of this bug:
MouseGetCursor() - identify also standard hand cursor (IDC_HAND)
http://www.autoitscript.com/trac/autoit/ticket/1311
I think this ticket should be set as Blocking.
comment:6 by , 14 years ago
Umm. No. The last time we tried to fix the idiocy that pertains to this Jon made comment:1. There's no way in hell I'm going to try again to fix it at the 11th hour.
What needs to happen is a script breaking change needs to occur to normalize the values of MouseGetCursor() and GUISetCursor().
comment:7 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | reopened → closed |

See, this is why we don't add things "that look innocent" just before a release. Grrrr.