I posted a question the other day about how to prevent a popup from being dragged outside the bounds of the application window. Since I'm fairly new at Flex, some obvious things are not immediately obvious to me.
I think my popup window can be dragged outside the main application window because "this" in my method call below: PopUpManager.addPopUp(popwin, this, true); actually refers to an isntance of my (reusable) mxml component which is launching the popup, not to the main application window. If the "parent" DisplayObject referred to by "this" is not the main application window, is the default behavior that the popup can be dragged outside the main application window? Thanks

