In a previous example, Creating an undraggable Alert control in Flex, we saw how you could create a Flex Alert control that isn’t draggable by listening for the mouseDown event and calling the stopImmediatePropagation() method in the event handler.
The following example shows how you can create an undraggable Flex Alert control by setting the Boolean isPopUp property.
Full code after the jump.
Continue reading ‘Creating an undraggable Alert control in Flex (redux)’



