cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

MochaUI Instance Cleanup #55

Closed mui-org closed 13 years ago

mui-org commented 14 years ago

Close needs to remove instances of sub controls from MochaUI instance list.

When a control is closed or destroyed we need to clean them out of the MochaUI list. Explicit or Garbage collection?

All instances should have an instance.el hash that has a list of all of the major control elements.

cdotyone commented 13 years ago

Chose explicit cleanup - windows and panels now cleanup sub controls. Just need to get desktop and toolbars cleaning up and then this should be done.