Using TitleWindow and PopUpManager events : PopupManager « Components « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Components » PopupManagerScreenshots 
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
www.___j___a__v__a___2___s___.___c___o__m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.