Modify

Opened 6 weeks ago

Closed 5 weeks ago

#4001 closed Bug (Fixed)

$tagNMITEMACTIVATE is used with wrong parameter names in many examples

Reported by: YuTang Owned by: Jpm
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 Changed 5 weeks ago by Jpm

  • Milestone set to 3.3.17.0
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [13049] in version: 3.3.17.0

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.