Modify ↓
Opened 18 years ago
Closed 18 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 by , 18 years ago
| Milestone: | → 3.2.11.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.2.11.2