Modify

Opened 2 years ago

Closed 2 years ago

#4001 closed Bug (Fixed)

$tagNMITEMACTIVATE is used with wrong parameter names in many examples

Reported by: YuTang Owned by: J-Paul Mesnage
Milestone: 3.3.17.0 Component: Documentation
Version: 3.3.16.1 Severity: None
Keywords: $tagNMITEMACTIVATE Cc:

Description

Link:https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/$tagNMITEMACTIVATE.htm

Quote Syntax:

Global Const $tagNMITEMACTIVATE = $tagNMHDR & ";int Index;int SubItem;int NewState;int OldState;" & _
        "int Changed;int X;int Y;int lParam;int KeyFlags"

The above syntax clearly stated "X" and "Y" for its coordinates.
But many ListView examples refer them as "ActionX" and "ActionY".
A few of them listed below:
Link:https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/_GUICtrlListView_Create.htm
Link:https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/_GUICtrlListView_HitTest.htm
Link:https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/_GUICtrlListView_GetEditControl.htm

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 2 years ago

Milestone: 3.3.17.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [13049] in version: 3.3.17.0

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.