Difference between revisions of "Menu Activate"
From Wiki
(→Example) |
|||
Line 6: | Line 6: | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | ; This | + | ; This will choose the menu element called EditBox. This is |
; useful if you want your script to type something into an edit | ; useful if you want your script to type something into an edit | ||
; box as the script runs. | ; box as the script runs. |
Revision as of 10:58, 13 November 2006
Synopsis
menu Activate {name}
Description
The menu Activate command activates the window element given by its name, in the EasyUO menu window
Example
; This will choose the menu element called EditBox. This is ; useful if you want your script to type something into an edit ; box as the script runs. menu Activate EditBox
See also
Main Page | Documentation |