Modify

#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 Jpm, on Apr 1, 2019 at 5:15:19 PM

Resolution: Rejected
Status: newclosed

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

comment:2 by anonymous, 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 Jpm, on Apr 8, 2019 at 7:53:30 AM

Resolution: Rejected
Status: closedreopened

It seems that other impact with $IDC_/$OCR_
I will search for them
Thanks

comment:4 by Jpm, on Apr 8, 2019 at 4:12:30 PM

Milestone: 3.3.15.1
Owner: set to Jpm
Resolution: Fixed
Status: reopenedclosed

Fixed by revision [12207] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.