﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3605	the function _GUICtrlListView_SetBkImage() does not accept control ID	Alofa <alofa.script@…>	Jpm	"The help for the function _GUICtrlListView_SetBkImage() in the description of the first parameter is as follows:
""$hWnd - Control ID/Handle to the control"",
but in fact the function will not work with Control ID since the following line is present inside it:

{{{
Func _GUICtrlListView_SetBkImage($hWnd, $sURL = """", $iStyle = 0, $iXOffset = 0, $iYOffset = 0)
; ...
	If Not IsHWnd($hWnd) Then Return SetError($LV_ERR, $LV_ERR, False)
; ...
}}}
"	Bug	closed	3.3.15.1	AutoIt	3.3.14.3	None	Fixed	_GUICtrlListView_SetBkImage	
