Opened 17 years ago
Closed 17 years ago
#130 closed Bug (Fixed)
_GUICtrlListView_InsertGroup incorrect parameters order in the docs
Reported by: | MsCreatoR | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.2.11.2 | Component: | AutoIt |
Version: | 3.2.10.0 | Severity: | |
Keywords: | ListView Group docs | Cc: |
Description
Description in the help file for _GUICtrlListView_InsertGroup function have small typo (incorrect order in the parameters).
It sais:
Parameters
$hWnd
Handle to the control
$iIndex
Index where the group is to be added. If this is -1, the group is added at the end of the list.
$sHeader
Header text
$iGroupID
ID of the group
$iAlign
Alignment of the header text for the group:
0 - Left
1 - Center
2 - Right
But the $sHeader and $iGroupID needs to be switched, due to syntax descriptions (and the function's work of course):
_GUICtrlListView_InsertGroup($hWnd, $iIndex, $iGroupID, $sHeader[, $iAlign = 0])
Attachments (0)
Change History (1)
comment:1 Changed 17 years ago by Gary
- Milestone set to 3.2.11.2
- Owner set to Gary
- 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 in version: 3.2.11.2