Menu Edit

From Wiki
Revision as of 02:40, 14 August 2005 by 203.132.66.233 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

menu Edit

Menu

Synopsis

menu Edit {name} {x} {y} {width} {text}

Description

The menu Edit command creates an edit field at the specified postion and with the specified dimensions in the EasyUO window menu.

Example

; This will create an editable field named edit_1 in position 10 20
; with a width of 50 and hight of 25. The text in the field
; will say Change me!
; Note that when refering to this field later in the script
; you will reference the NAME and not the displayed TEXT.
menu Edit edit_1 10 20 150 Change , #spc , me!

See Also

menu Activate, menu Button, menu Check, menu Clear, menu Combo, menu Delete, menu Font Align, menu Font BGColor, menu Font Color, menu Font Name, menu Font Size, menu Font Style, menu Font Transparent, menu Get, menu GetNum, menu Hide, menu HideEUO, menu List, menu Set, menu Shape, menu Show, menu Text, menu Window Color, menu Window Size, menu Window Title, #menuButton

Main_Page Documentation

Miscellaneous