Modify ↓
Opened 6 years ago
Closed 6 years ago
#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 Changed 6 years ago by Jpm
- Resolution set to Rejected
- Status changed from new to closed
comment:2 Changed 6 years ago by anonymous
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 Changed 6 years ago by Jpm
- Resolution Rejected deleted
- Status changed from closed to reopened
It seems that other impact with $IDC_/$OCR_
I will search for them
Thanks
comment:4 Changed 6 years ago by Jpm
- Milestone set to 3.3.15.1
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from reopened to closed
Fixed by revision [12207] in version: 3.3.15.1
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.
Note: See
TracTickets for help on using
tickets.
In fact name follows the MSDN doc, so $IDC_* is the way