Using TitleWindow and PopUpManager events : PopupManager « Components « Flex
- Flex
- Components
- PopupManager
Using TitleWindow and PopUpManager events

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml"
showCloseButton="true"/>
</mx:Application>
Related examples in the same category