﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1907	Bug in AdlibRegister	claudio.veronesi@…		"I think, there is a bug in AdlibRegister.
I Register a function for every 5 seconds. 

The duration of this function is 4 seconds. At the beginning, I Unregister the Adlib Timer. At the end, I register it again with 5 seconds. 

But then only one second later, this function is called again!

{{{{
AdlibRegister(""test"", 5000)
HotKeySet(""{ESC}"")

While 1
    Sleep(5000)
WEnd
Exit

Func test()
    AdlibUnRegister(""test"")
    ToolTip(""Function"")
    Sleep(4000)
    ToolTip("""")
    AdlibRegister(""test"", 5000)
    Return 1
EndFunc    ;==>test
}}}}"	Bug	closed		AutoIt	3.3.6.1	None	Duplicate		
