Modify ↓
#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 , on Mar 22, 2024 at 10:10:09 AM
| Milestone: | → 3.3.17.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [13049] in version: 3.3.17.0