Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 3866)

Ticket Resolution Summary Owner Reporter
#979 Fixed _ArrayDisplay() - just old/incorrect syntax in header comment Gary Zedna
Description

"C:\Program Files\AutoIt3\Include\array.au3"

now it's (3.3.1)

; Syntax.........: _ArrayDisplay(Const ByRef $avArray[, $sTitle = "Array: ListView Display"[, $iItemLimit = -1[, $iTranspose = 0[, $sSeparator = ""[, $sReplace = "|"]]]]])

should be:

; Syntax.........: _ArrayDisplay(Const ByRef $avArray[, $sTitle = "Array: ListView Display"[, $iItemLimit = -1[, $iTranspose = 0[, $sSeparator = ""[, $sReplace = "|"[, $sHeader = ""]]]]]])
#1000 Fixed Error Message Gary GEOSoft
Description

_GUICtrlListBox_Create with 3.3.1.0 beta result error message _WinAPI_CreateWindowEx: Cannot find window class

#1019 Fixed _GUICtrlListView_SetItemCut and other UDF's not working correctly Gary Qsek
Description

With these functions you can set an items state but can not reset the state by using 'False' for $fEnabled

_GUICtrlListView_SetItemCut _GUICtrlListView_SetItemFocused _GUICtrlListView_SetItemDropHilited

There could be other wrong UDF's though i didnt found another one using _GUICtrlListView_SetItemState

Fix is in the ExampleScript

Note: See TracQuery for help on using queries.