Modify

Opened 17 years ago

Closed 17 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 by Gary, 17 years ago

Milestone: 3.3.1.0
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.