Search the Community
Showing results for tags 'textbox'.
-
Hi, recently i created a GUI for some calculations in AutoIT. The GUI has 2 tabs and on the first tab, it has few inputboxes where i use to click with mouse and start entering the inputs. i recently made some changes in the position of these textboxes. I made this by changing the autoit code file i...
- 8 replies
-
- mouseclick
- gui
-
(and 1 more)
Tagged with:
-
Is it possible to know if a textbox is active in FireFox? This is what I want: if (Textbox in FireFox == Active) { }
-
I can't get this to work. ControlSetText("[CLASS:#32770]", "", "[CLASS:Edit; INSTANCE:3]", $sString)Am I doing something wrong? The string is not blank, I checked it with a message box. Here is the information from the window: >>>> Control <<<< Class: Edit Instance: 3 ClassnameNN: Edit3 Name: Advan...
-
Trying to put in a GUI(textbox) and want it to get the information only if the input is numbers --------------- Case $Start_button $var[2] = GUICtrlRead($TimeoutInput) If $TimeoutInput = ???? --------------- Anyone? =)
- 3 replies
-
- number
- GUICtrlRead
-
(and 1 more)
Tagged with: