Quote:
Originally Posted by cbk1994
it can't dock.
|
It can (in my windows version)
For GUI objects: try to avoid deleting them, you can just re-create them without deleting them. If you have code where it's adding more data to the controls, just clear it when creating it (e.g. text = "" or this.clearcontrols() in case you are adding subcontrols dynamically).