I have a number of pop up windows that take passed ID's to grab information and display it. I am doing it through and initApp() in the creationComplete. However I notices that if you spawn another one, the initApp doesn't load since the component is already loaded into the system.
Is there another place to put a initApp function that will reload the info each time the component TitleWindow is loaded or a event that dies when the window closes using PopUpManager.removePopUp(this)

