|
« toolbar winbox »
Objects / treebox
treebox
treebox(objnum,coord,imglist,option)
creates a tree object
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. |
| imglist | image list |
| option | options comma or @am delimited |
Options
| bkg color | background color (see bkg) |
| disable | disabled |
| font [name size style color] | font specification (see font) |
| off | disabled |
| hide | invisible |
| 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> - node id dt<2> - parent node id |
| OnSelChange | Other node has been selected
Data: dt<1> - selected node id dt<2> - previous node id dt<3> - _BYKEYBOARD or _BYMOUSE |
| OnDblClick | Left button has been double clicked
No data |
| OnDrop | Dragged 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 |
Functions
Using FlashGUI
« toolbar winbox »
|