Modify ↓
Opened 16 years ago
Closed 16 years ago
#773 closed Bug (Fixed)
_GUICtrlStatusBar_SetParts() - badly documented parameters
Reported by: | Zedna | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.3.1.0 | Component: | Standard UDFs |
Version: | 3.2.12.1 | Severity: | None |
Keywords: | Cc: |
Description
C:\Program Files\AutoIt3\UDFs3.chm::/html/libfunctions/_GUICtrlStatusBar_SetParts
_GUICtrlStatusBar_SetParts($hWnd[, $iaParts = -1[, $iaPartWidth = 25]])
There are 3 parameters but in table of parameters in CHM helpfile there are documented only 2. Second and third ones are mixed together.
$hWnd Handle to the control $iaParts Number of parts, can be an zero based array of ints in the following format: $iaParts[0] - Right edge of part #1 $iaParts[1] - Right edge of part #2 $iaParts[n] - Right edge of parn n
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Gary
- Milestone set to 3.3.1.0
- 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.
Note: See
TracTickets for help on using
tickets.
Fixed in version: 3.3.1.0