Using TitleWindow and PopUpManager events : PopupManager « Components « Flex






Using TitleWindow and PopUpManager events

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

1.Use PopUpManager to add and remove TitleWindowUse PopUpManager to add and remove TitleWindow
2.Create a TitleWindow with PopUpManagerCreate a TitleWindow with PopUpManager
3.Close a TitleWindow with PopUpManagerClose a TitleWindow with PopUpManager
4.Center a popup with PopUpManagerCenter a popup with PopUpManager
5.Create a pop-up with addPopUp() method and adds a Button controlCreate a pop-up with addPopUp() method and adds a Button control
6.Creates a pop-up with addPopUp() and adds a Button control to that window that closes the window when you click itCreates a pop-up with addPopUp() and adds a Button control to that window that closes the window when you click it