Modify ↓
Opened on Mar 31, 2019 at 11:54:28 AM
Closed on Apr 8, 2019 at 4:12:30 PM
#3708 closed Bug (Fixed)
Error in documentation for _WinAPI_LoadCursor
| Reported by: | Nine | Owned by: | Jpm |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
$sName should start with $OCR_* and not $IDC_*
Attachments (0)
Change History (4)
comment:1 by , on Apr 1, 2019 at 5:15:19 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , on Apr 3, 2019 at 3:50:41 PM
It doesn't work if we use autoit $IDC_*. Look at _WinAPI_SetSystemCursor example, it uses number which are $OCR_*. In autoit constant $IDC_* are much smaller number than $ORC. I agree that MSDN speaks about IDC. But the numbers does not match with autoit.
comment:3 by , on Apr 8, 2019 at 7:53:30 AM
| Resolution: | Rejected |
|---|---|
| Status: | closed → reopened |
It seems that other impact with $IDC_/$OCR_
I will search for them
Thanks
comment:4 by , on Apr 8, 2019 at 4:12:30 PM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [12207] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

In fact name follows the MSDN doc, so $IDC_* is the way