|
« browser checkbox »
Objects / button
button
button(objnum,coord,text,option)
creates a push button
Parameters
| objnum | object number |
| coord | column, row, width, height (optional) comma or @am delimited. If grid is used then column and row are not specified, and width is optional |
| text | button text |
| option | options comma or @am delimited |
Options
| bold | bold font |
| disable | disabled |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| hotkey keyname keyname ... | assign hotkeys (see hotkey) |
| notab | do not stop by TAB |
| off | disabled |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
| tooltip | emerging help |
Events
| OnClick | The button has been pressed
No data |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| modify | modifies object's properties |
| setfocus | sets focus to an object |
| settext | inserts text into an object |
Using FlashGUI
« browser checkbox »
|