How can I center a popup in Flex 3.4+?
In Flex 3.1, I could center a pop-up over its parent by setting its parent in the createPopup, then using centerPopup. In Flex 3.4 and 3.5, the window appears with its upper left corner matching the upper left of its parent... even after the centerPopup.
Is there a work-around? or am I not using centerPopup as intended?