FlashGUI Functions

  Objects Object functions Other functions  

Objects / entry

entry

entry(objnum,coord,option)

creates a data entry field

Parameters

objnumobject number
coordcolumn, row, width, height (optional)
comma or @am delimited.
If grid is used then column and row are not specified,
and width is optional
optionoptions comma or @am delimited

Options

bkg colorbackground color (see bkg)
boldbold font
centercenter align
disabledisabled
flatedgeless
font [name size style color]font specification (see font)
hideinvisible
hotkey keyname keyname ...assign hotkeys (see hotkey)
limit lenlimits value length to len
mvtextfor multivalued text fields
noscrollwithout vertical scrollbar
notabdo not stop by TAB key
noupdowndo not go to Prev/Next object by Up/Down key
numfor numbers only
numberfor numbers only
offdisabled
onchangegenerates an event on changing text
passwordfor entering a password
readonlyno input
rightright alignment
tooltipemerging help
whitewhite background (for readonly)
wrapno horizontal scroll, wraps lines
sizing CODE [base.objnum]sizing specification (see sizing)

Events

OnSetFocusThe object has got focus

Data:
dt<1> - unfocused object window number
dt<2> - unfocused object number
OnEnter'Enter' key has been pressed

Data:
dt<1> - text
OnChangeA character has been typed

Data:
dt<1> - text
OnValChangeInput has been done, the text has changed

Data:
dt<1> - text
OnDropDragged lines have been dropped

Data:
dt<1> - drag-from object number (table or treebox)
dt<2> - drop-to position
dt<3,linepos,text> - dragged lines data

Hot keys

VK_ESCAPE'Esc' key has been pressed

Functions

delobjdeletes object
doexecutes an additional action
getdtreturns additional data
gettextreturns text from an entry, a combobox or a textbox
modifymodifies object's properties
setfocussets focus to an object
settextinserts text into an object

Using FlashGUI

entryEntry
 

Page 4-8 | Updated Oct 29, 2008 at 11:24:09 | © Infoved 2010