View Single Post
  #15  
Old 03-07-2010, 03:31 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by cbk1994 View Post
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).
Reply With Quote