Hello

I have three Objects; 2 HBoxes which are populated with children at
runtime, and a DataGrid. At runtime, I am trying to create a parent
control (VBox) which contains all three of these controls.

The two HBoxes are populated with child controls using
createChild(...) method. Once this is done I need to add these HBox
container controls to a parent VBox control (at runtime). How do I
achive this? Is there a method such as "addControl(...);" I've been
through the docs, can't seem to find such a method, am I missing
something here?

All Help is appreciated. 






Reply via email to