Hi,
You can always call container.remove(child).
removeChild is a dom.Element method and has nothing to do with the widget
system.
Best regards,
Tino
Am 02.12.2011 um 11:18 schrieb xina towner:
Hi,
I'm trying to delete an explicit child form a container, I create the child
control as in th
Hi,
I'm trying to delete an explicit child form a container, I create the child
control as in the example of the tutorial.
How can I do that?
I'm trying to do this.removeChild("nameOfTheChild", this)
"this" is the container where all the child are.
But it says me that has no layout parent.
T