Hi Struggling with the follwing problem:
We build a popup-based application. Popups are created with default childlist parameters, meaning "PopUpManagerChildList.PARENT". In a certain popup, I use a standard button that, when clicked open a Menu to offer additional choices. Problem is that the menu hides *under* the popup, rendering it unusable. I have messed around with Popupmanager.bringToFront(menu), and manipulating the z-index of the menu with menu.parent.setChildIndex() etc, but no avail. The parent of the menu is the SystemManager. I use flex 3, so no direct z-index available. Any suggestions ? Thanks ! P

