31
Dec
07

Toggling the close button in a Flex TitleWindow container

The following example shows you how you can toggle the close button in a TitleWindow container in Flex by setting the showCloseButton property.

Full code after the jump.

View MXML

<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2007/12/31/toggling-the-close-button-in-a-flex-titlewindow-container/ -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="horizontal"
        verticalAlign="middle"
        backgroundColor="white">

    <mx:TitleWindow id="titleWindow1"
            showCloseButton="true"
            title="TitleWindow"
            status="showCloseButton = true"
            width="50%"
            height="100%" />

    <mx:TitleWindow id="titleWindow2"
            showCloseButton="false"
            title="TitleWindow"
            status="showCloseButton = false"
            width="50%"
            height="100%" />

</mx:Application>

View source is enabled in the following example.


0 Responses to “Toggling the close button in a Flex TitleWindow container”


  1. No Comments

Leave a Reply

This blog is terrible at eating HTML tags. If you plan on posting code/XML, please escape your "<" characters as "&lt;" and your ">" characters as "&gt;".




December 2007
M T W T F S S
« Nov   Jan »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Badge Farm

  • Firefox 2
  • Powered by Redoable 1.2
  • Feeds burnt by Feedburner
  • Feed