Search the Community
Showing results for tags 'message box'.
-
Hello, I'm trying to make it so that when a message box pops up that the GUI will be unresponsive until that message box has been closed. From reading through the help the closest thing I can find is the WinWaitClose function, however this doesn't work fully as desired. If user tries to click o...
- 4 replies
-
- freeze gui
- message box
-
(and 3 more)
Tagged with:
-
Hi all, I am looking for a quick tip on why my autoit script crashes when I run a timer. Currently I have this code: ....(more code above this).... Case $button2 function1() Case $butTimer _Timer_setTimer($h...
- 7 replies
-
- timer
- message box
-
(and 1 more)
Tagged with:
-
I am trying to include a simple message box to prompt our users to restart their pc after IE 10 has been installed that will give them a choice of whether allow the user to either click yes to reboot now or have them click no and the PC will reboot after 8 hours or what ever time frame. I am not und...