Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 3931)

Ticket Resolution Summary Owner Reporter
#3210 Completed None of the $iCharSets are declared in GuiRichEdit.au3 Jpm InunoTaishou
Description

When using _GUICtrlRichEdit_SetFont one of the optional parameters is $iCharSet for the character set to use in the control. None of the variables showned in the help file are declared in the GuiRichEdit.au3 file. All of the fonts are included in FontConstants.au3 but this .au3 file is not included in GuiRichEdit.au3

#3216 Duplicate WinGetState, none of the states are declared. InunoTaishou
Description

From the help file for WinGetState:

Success: a value indicating the state of the window. Multiple values are added together so use BitAND() to examine the part you are interested in:
$WIN_STATE_EXISTS (1) = Window exists
$WIN_STATE_VISIBLE (2) = Window is visible
$WIN_STATE_ENABLED (4) = Window is enabled
$WIN_STATE_ACTIVE (8) = Window is active
$WIN_STATE_MINIMIZED (16) = Window is minimized
$WIN_STATE_MAXIMIZED (32) = Window is maximized 
Failure: 0 and sets the @error flag to non-zero if the window is not found. 

Constants are defined in "AutoItConstants.au3".

None of the these variables are declared in any of the files in the include folder.

#1971 Rejected _GUICtrlListBox_SetHeaderColor JAFN
Description

I'm sure this must have been asked for before but I am not finding it.

Code for changing the color and background color for the ListView headers. Something along the lines of:

_GUICtrlListBox_SetHeaderColor(color) _GUICtrlListBox_SetHeaderBKColor(color)

...
$ListViewID = GUICtrlCreateListView("Number|Date|First Name", 10, 40, 300, 140, $LVS_SINGLESEL)
GUICtrlSetBkColor($ListViewID, $listviewcolor)
GUICtrlListBox_SetHeaderColor($ListViewID, $headercolor)
_GUICtrlListBox_SetHeaderBKColor($ListViewID, $headerbkcolor)
...
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.