Menu Edit

From Wiki
Revision as of 03:52, 23 August 2005 by Boydon (Talk | contribs) (See Also)

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 Image Create, menu Image Ellipse, menu Image File, menu Image FloodFill, menu Image Line, menu Image Pix, menu Image PixLine, menu Image Pos, menu Image Rectangle, menu List, menu Set, menu Shape, menu Show, menu Text, menu Window Color, menu Window Size, menu Window Title, #menuButton

Main_Page Documentation

Menu