Adobe AIR again: Creating child windows

As you might know, I’m a kind of new to Flex and Adobe Air but I like to learn, evaluate new technologies. I’d like to share small and big issues I had with you.

So I was asking myself: “Hey there are these child windows, which are attached to a parent window and if you close the parent window, all child windows will close. Is this possible with flex/air?”

At first the answer was no. Now the answer is yes. I figured out that in Flex this is called a popup which can be of any type (e.g. TitleWindow). Checkout the api docs of the PopUpManager .

Leave a Reply