Opened 15 years ago
Closed 11 years ago
#1472 closed Bug (Rejected)
GUISetCursor Bug
Reported by: | VittGam <vittgam@…> | Owned by: | Jpm |
---|---|---|---|
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 Changed 15 years ago by Jon
comment:2 Changed 15 years ago by Jpm
- Milestone set to 3.3.7.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5767] in version: 3.3.7.0
comment:3 Changed 13 years ago by Jpm
- Resolution Fixed deleted
- Status changed from closed to reopened
comment:5 Changed 13 years ago by Zedna
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 Changed 13 years ago by Valik
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 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from reopened to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
See, this is why we don't add things "that look innocent" just before a release. Grrrr.