﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1109	I cannot double click on the list box located on window	hari.subramanyam07@…		"Hi, i want to click on the list box window using autoit, i have given man.y click items it was not clicking, this is the code.
#include <GuiListBox.au3>
MsgBox(0,"""",""LLL"")
;WinWaitActive(""Consoles"","""",2000)
sleep(2000)
 WinWaitActive(""Application Name - 'EDKTestUtility'"","""",2000)
;~ WinActivate(""Application Name - 'EDKTestUtility'"","""",2000)
;~ ControlFocus("""","""","""")
Func RecordListSelect($Text)
Opt(""WinTitleMatchMode"", 4)
DIM $hLB, $Text
If WinExists(""[CLASS:ThunderRT6FormDC; TITLE:Application Name - 'EDKTestUtility']"") Then
	msgbox(0,"""",""It Exist"")
	$hWin = WinGetHandle(""[CLASS:ThunderRT6FormDC; TITLE:TITLE:Application Name - 'EDKTestUtility']"")
    $hLB = ControlGetHandle($hWin, """", ""[CLASS:ThunderRT6ListBox; INSTANCE:2]"")
    $iLBCount = _GUICtrlListBox_GetCount($hLB)
	msgbox(0,"""",$iLBCount)
	_GUICtrlListBox_SelectString($hLB,$Text,"""")
	;MouseClick(""left"")
	;MouseClick(""left"")

;~ 	_GUICtrlListBox_ClickItem($hLB,$Text,""Left"",2)
;~ 	_GUICtrlListBox_ClickItem(
Else
    MsgBox(16, ""Error"", ""Window is not present."")
EndIf
EndFunc
$Text = ""US1REN""
call(""RecordListSelect"",$Text)
ControlClick(""Application Name - 'EDKTestUtility"",""US1REN"",""[CLASS:ThunderRT6ListBox; INSTANCE:2]"",2)
; _GUICtrlListBox_ClickItem($hLB, 2, ""left"", True)


can any one help me
Hari"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
