Modify

Opened 7 years ago

Closed 7 years ago

#3708 closed Bug (Fixed)

Error in documentation for _WinAPI_LoadCursor

Reported by: Nine Owned by: J-Paul Mesnage
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 J-Paul Mesnage, 7 years ago

Resolution: Rejected
Status: newclosed

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

comment:2 by anonymous, 7 years ago

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 J-Paul Mesnage, 7 years ago

Resolution: Rejected
Status: closedreopened

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

comment:4 by J-Paul Mesnage, 7 years ago

Milestone: 3.3.15.1
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: reopenedclosed

Fixed by revision [12207] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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