Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 3893)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#4051 Fixed StringRegExp Helpfile has minor typo Jpm donnyh13
Description

The current StringRegExp offline help for version 3.3.18.0 has the following typo: " most metacharacters loose their meaning" It should be: " most metacharacters lose their meaning"

#4050 No Bug In Version 3.3.16.1, Calling a function with default parameters from HotKeySet fails. dscotese@…
Description

Try this code:

HotKeySet("+!i", "AAAB")

Func AAAB($bxShow = True)
	ConsoleWrite("Version " & @AutoItVersion & @CRLF)
	If $bxShow Then
		ConsoleWrite("Shift-Alt-i pressed.  Use Ctrl-Alt-Del to use keyboard.")
	EndIf
	Keyboard(False, "AAAB")
EndFunc

While True
	Sleep(5000)
	AAAB()
WEnd

Func Keyboard($b, $s)
EndFunc

You can see the call to AAAB succeed from the While loop, but if you use ALT-Shift-i, you get an error.

#4049 Fixed Missing files in "autoit-docs-v3.3.18.0-src.zip" Jpm Tweaky
Description

I would like to adapt the German help for AutoIt to 3.3.18.0. However, the files that were still present in “autoit-docs-v3.3.16.1-src.zip” are missing from the file “autoit-docs-v3.3.18.0-src.zip”.

  • docs\_build\include\OutputLib.au3
  • docs\_build\include\UtilityLib.au3

Please provide the files.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.