cass
22-02-2010 16:32:51
Hi
How does MyGUI's internal memory management work. Should I always destroy() all widgets that was created or is it same to assume that the shutdown() methods will clean up the widgets.
Also what is the best way to switch between GUI's? In other words, let's say I have a main screen with my main menu, and sub-screen, each with their own sets of elements. I do not want to waste unnecessary processing or memory.
How does MyGUI's internal memory management work. Should I always destroy() all widgets that was created or is it same to assume that the shutdown() methods will clean up the widgets.
Also what is the best way to switch between GUI's? In other words, let's say I have a main screen with my main menu, and sub-screen, each with their own sets of elements. I do not want to waste unnecessary processing or memory.