Programmer Guide/Shell Items/Dialog/Dialog Controls/Combobox

From STX Wiki
< Programmer Guide‎ | Shell Items‎ | Dialog‎ | Dialog Controls
Revision as of 11:56, 15 May 2018 by Jw (talk | contribs) (Created page with "File:dialog_control_combobox.png SET <var>dialog</var> <var>index</var> COMBOBOX <var>row</var> <var>col</var> <var>text</var> <var>var<sub>1</sub></var> <var>w</var> <v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Dialog control combobox.png

SET dialog index COMBOBOX row col text var1 w h var2 [fg bg font] [ /E [ /I|N ]] [ /T ] [ /A|L|R ]
var1 The name of the variable to contain the input field text (/Editenabled) or the name of the variable to contain the index of selected item in the list.
var2 The name of the table item (if /Table is specified) containing the combobox list (with one item per entry) or a variable containing a blank or tab separated list of words.
/Editenable Allow input field editing. If this option is used, the combobox entry can be edited and the string is stored in var1.
/Integer or /Number Only available if /Edit is specified. See /Edit/ for details.
/Table If specified, var2 must be the id of a simple table item containing the list to be displayed (one entry per row).

See Common arguments for a description of the parameters not described here.

Navigation menu

Personal tools