Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (436 - 438 of 3933)

Ticket Resolution Summary Owner Reporter
#1380 Fixed Inform user of required parameters in _Timer_Settimer() Jpm Beege
Description

Perhaps a remark could be added to help file to inform the user that the callback function they create MUST include parameters $hWnd, $Msg, $iIDTimer, $dwTime for it to work. As always, thanks for all your hard work.

#1381 Fixed _ArraySearch subindex default doesn't match definition Valik crashdemons
Description

Array.au3 :

Func _ArraySearch(Const ByRef $avArray, $vValue, $iStart = 0, $iEnd = 0, $iCase = 0, $iPartial = 0, $iForward = 1, $iSubItem = -1)

Array.au3 comment block:

; Syntax.........: _ArraySearch(Const ByRef $avArray, $vValue[, $iStart = 0[, $iEnd = 0[, $iCase = 0[, $iPartial = 0[, $iForward = 1[, $iSubItem = 0]]]]]])

AutoIt 3.3.2.0 Help File:

_ArraySearch(Const ByRef $avArray, $vValue [, $iStart = 0 [, $iEnd = 0 [, $iCase = 0 [, $iPartial = 0 [, $iForward = 1 [, $iSubItem = 0]]]]]])

The comment block and the help file both indicate the subitem index is defaulted to 0, while the function definition is defaulted to -1.

Furthermore, although advanced users can guess what -1 means, it is not indicated in the help file.

Thanks

#1384 Fixed 404 Not Found error when clicking links for explanations of functions Jpm LA_Swamprat@…
Description

In the GUI Basic Functions sections on page http://www.autoitscript.com/autoit3/docs/guiref/GUIRef.htm I found that the links for GUICtrlCreate and GUICtrlSet result in 404 Not Found errors. (There are about a half-dozen function links in this section, but I did not check all the links so I do not know if other functions have this same problem.)

Ken

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.