Hi all I'm new to Flex. What I'd like to do is to have multiple titleWindow based on the same component, that display different data.
So, say every TitleWindow shows the status of a different computer. When I do this using TitleWindow and PopUpManager.addPopup() the second frame will only show the content of the first opened title window? Am I thinking into a wrong direction? Is this doable using flex?

