|
« cmenu datebox »
Objects / combo
combo
combo(objnum,coord,option)
creates a combobox
Parameters
| objnum | object number |
| coord | column, row, width, height comma or @am delimited If grid is used then column and row are not specified, and width is optional |
| option | options comma or @am delimited |
Options
| bkg color | background color (see bkg) |
| disable | disabled |
| edit | editable (like entry) |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| hotkey keyname keyname ... | assign hotkeys (see hotkey) |
| off | disabled |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
Events
| OnSetFocus | The 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 |
| OnSelchange | New line has been selected
dt<1> - code dt<2> - text |
| OnValChange | Input has been done, the text has changed
Data: dt<1> - text |
Hot keys
| VK_ESCAPE | 'Esc' key has been pressed |
Functions
| addline | adds a line to a combo |
| delobj | deletes object |
| dellines | deletes all lines from a combo |
| do | executes an additional action |
| dropdown | drops down a combo |
| getdt | returns additional data |
| gettext | returns text from an entry, a combobox or a textbox |
| modify | modifies object's properties |
| setcode | specifies the line to display by its code |
| setfocus | sets focus to an object |
| settext | inserts text into an object |
Using FlashGUI
« cmenu datebox »
|