Hi my understanding of this is that when a component is first made visible in a view stack thats when it and its childern are initialised.
If these components had a large footprint , think mini application for each view, would it be possible to uninitialise a child (and thus release any memory associated with it and its childern) when the component was hidden? Then if viewStack.selectedIndex was set back to the same component it should re-initialise. Is my understanding of how this works correct? Regards, Wesley Acheson

