Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 3893)

Ticket Resolution Summary Owner Reporter
#1108 No Bug Compiling Error lilin_318@…
Description

I try to compile the attachment file of my script and it is successful convert the file into exe. When i try to run the exe file that being converted, the error prompt as below:

Line -1: Error: Variable used without being declared.

#1109 No Bug I cannot double click on the list box located on window hari.subramanyam07@…
Description

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

#1115 No Bug documentation for GuiCreate error martin
Description

The help says

You can enable window draging for GUI without $WS_CAPTION by using $WS_EX_CONTROLPARENT in the exStyle parameter.

This is not correct, or at least it is not obvious how that style helps with dragging.

MSDN says

WS_EX_CONTROLPARENT   Allows the user to navigate among the child windows of the window by using the TAB key.
Note: See TracQuery for help on using queries.