Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#1692 No Bug GUICtrlSetOnEvent - during event fuction other event are waiting untill the function will finished. ziv_t@…
Description

#include <GUIConstantsEx.au3>

Opt("GUIOnEventMode", 1) ; Change to OnEvent mode

; GUI $DlgHnd= GuiCreate("My App", @DesktopWidth-50,@DesktopHeight-50,0,0) GUISetOnEvent($GUI_EVENT_CLOSE, "CLOSEClicked") GUISetState(@SW_SHOW)

; Menu local $FileMenue = GUICtrlCreateMenu("File") local $DoMyWhile = GUICtrlCreateMenuItem("Do_While", $FileMenue) GUICtrlSetOnEvent($DoMyWhile , "MyWhile")

While 1

Sleep(100)

WEnd

Func MyWhile() While 1

Sleep(100)

WEnd EndFunc

Func CLOSEClicked() Exit EndFunc

During "MyWhile" the user cant close the dialog

#970 Rejected I want the goto command back :| Jos zipnokaj@…
Description

I understand that all your loops are good instead of using labels and goto. But when it aint gonna be a loop, i would prefer using goto instead of Func. Right now i have found 1 case where i would also like something like Func OnAutoItStart, It doesnt work to me, so a First() function could also be useful, so you can execute stuff once, just like including a script containing #include-once Some of it is just too advanced, so most of it could get a similar but also simpler version of the functions, so you got both Func and Goto

#2632 No Bug MouseDown dose not delay even i set MouseClickDownDelay to 2000 milliseconds Jon zhengbowang1984@…
Description

MouseDown dose not delay 10 milliseconds, even i set MouseClickDownDelay option to 2000 milliseconds it will not delay, you can see and download the demo program from http://www.autoitscript.com/forum/topic/157934-what-is-the-meaning-of-mouseclickdowndelay-option/

Thanks.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.