FlashGUI Functions

  Objects Object functions Other functions  

Objects / combo

combo

combo(objnum,coord,option)

creates a combobox

Parameters

objnumobject number
coordcolumn, row, width, height 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)
disabledisabled
editeditable (like entry)
font [name size style color]font specification (see font)
hideinvisible
hotkey keyname keyname ...assign hotkeys (see hotkey)
offdisabled
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
OnSelchangeNew line has been selected

dt<1> - code
dt<2> - text
OnValChangeInput has been done, the text has changed

Data:
dt<1> - text

Hot keys

VK_ESCAPE'Esc' key has been pressed

Functions

addlineadds a line to a combo
delobjdeletes object
dellinesdeletes all lines from a combo
doexecutes an additional action
dropdowndrops down a combo
getdtreturns additional data
gettextreturns text from an entry, a combobox or a textbox
modifymodifies object's properties
setcodespecifies the line to display by its code
setfocussets focus to an object
settextinserts text into an object

Using FlashGUI

comboCombo box
 

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