Opened 8 months ago
Closed 8 months 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 8 months ago by Jpm
- Milestone set to 3.3.17.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
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.
Fixed by revision [13049] in version: 3.3.17.0