﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1698	GUICtrlSetLimit, limit 32767	anonymous	Jon	"http://www.autoitscript.com/forum/index.php?showtopic=20647&st=0&p=142742&hl=GUICtrlSetLimit%2032767

; OK - 1..32767
$updown = GUICtrlCreateUpdown($input)
GUICtrlSetLimit($updown, 32767, 1)

; bug - 1,0,-1..-32768
$updown = GUICtrlCreateUpdown($input)
GUICtrlSetLimit($updown, 32768, 1)

; bug - 1,0,-1..-32766
$updown = GUICtrlCreateUpdown($input)
GUICtrlSetLimit($updown, 32770, 1)

Solution:
http://www.autoitscript.com/forum/index.php?showtopic=105296&view=findpost&p=756004

Thank you very much
"	Bug	closed	3.3.9.7	AutoIt	3.3.6.1	None	Fixed	GUICtrlSetLimit	
