﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1615	_GUICtrlTreeView_SetStateImageIndex() prohibits 0 in $iIndex parameter	doudou	Jpm	"If _GUICtrlTreeView_SetStateImageIndex() encounters 0 in $iIndex parameter it raises an error and refuses processing:
{{{
If $iIndex = 0 Then
    ; Invalid index for State Image"" & @LF & ""State Image List is One-based list
    Return SetError(1, 0, False)
EndIf
}}}
This behavior is incorrect - 0 is perfectly valid and has the effect of hiding checkbox on a specific item as [http://msdn.microsoft.com/en-us/library/bb760013(v=VS.85).aspx MSDN] states."	Bug	closed	3.3.7.0	Standard UDFs	3.3.6.1	None	Fixed	gui, treeview	
