You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/10/27 07:23:23 UTC

[23/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - FLEX-34485 make example consistent

FLEX-34485 make example consistent


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/8e31c9fd
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/8e31c9fd
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/8e31c9fd

Branch: refs/heads/master
Commit: 8e31c9fddb225265b874b0314f53af0d352976d9
Parents: 57cf097
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Oct 18 18:18:08 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Oct 18 18:18:08 2014 +1100

----------------------------------------------------------------------
 .../src/apache/ApacheFlex4_10_0.mxml            | 61 +++++++++---------
 .../src/apache/ApacheFlex4_11_0.mxml            | 63 +++++++++---------
 .../src/apache/ApacheFlex4_12_1.mxml            | 67 ++++++++++----------
 .../src/apache/ApacheFlex4_13_0.mxml            | 59 ++++++++---------
 .../src/apache/ApacheFlex4_14_0.mxml            | 57 +++++++++--------
 .../TourDeFlex3/src/apache/ApacheFlex4_8_0.mxml | 55 ++++++++--------
 .../TourDeFlex3/src/apache/ApacheFlex4_9_0.mxml | 67 ++++++++++----------
 .../src/apache/containers/CalloutExample.mxml   |  4 +-
 .../apache/controls/MaskedTextInputExample.mxml |  4 +-
 .../controls/SparkRichTextEditorExample.mxml    |  8 ++-
 .../formatters/PostCodeFormatterExample.mxml    |  4 +-
 .../src/apache/i18n/DateExample.mxml            |  4 +-
 .../src/apache/i18n/LocaleExample.mxml          |  9 +--
 .../src/apache/i18n/MillisecondExample.mxml     |  6 +-
 .../src/apache/i18n/NumericStepperExample.mxml  |  6 +-
 .../src/apache/i18n/ScientificExample.mxml      |  6 +-
 .../src/apache/i18n/TimeZoneExample.mxml        |  6 +-
 17 files changed, 246 insertions(+), 240 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_10_0.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_10_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_10_0.mxml
index e8fdb6b..1a7f786 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_10_0.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_10_0.mxml
@@ -20,35 +20,36 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.10" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released Aug 6, 2013" />	
-		</s:VGroup>	
-	</s:HGroup>
 
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.10.0.</s:p>
-		<s:p />
-		<s:p>Differences and highlights include:</s:p>
-		<s:list>
-			<s:li>Support for latest versions of Flash Player (up to 11.8) and AIR runtimes (up to 3.8)</s:li>
-			<s:li>Improved support for older Flash Player versions (down to 10.2)</s:li>
-			<s:li>Linux support</s:li>
-			<s:li>15 new Spark components</s:li>
-			<s:li>Advanced telemetry support</s:li>
-			<s:li>480 dpi mobile skins</s:li>
-			<s:li>Over 200 bugs fixeds</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	<s:Panel title="Apache Flex 4.10" width="100%" height="100%">		
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.10" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released Aug 6, 2013" />	
+			</s:VGroup>	
+		</s:HGroup>
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.10.0.</s:p>
+			<s:p />
+			<s:p>Differences and highlights include:</s:p>
+			<s:list>
+				<s:li>Support for latest versions of Flash Player (up to 11.8) and AIR runtimes (up to 3.8)</s:li>
+				<s:li>Improved support for older Flash Player versions (down to 10.2)</s:li>
+				<s:li>Linux support</s:li>
+				<s:li>15 new Spark components</s:li>
+				<s:li>Advanced telemetry support</s:li>
+				<s:li>480 dpi mobile skins</s:li>
+				<s:li>Over 200 bugs fixeds</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_11_0.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_11_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_11_0.mxml
index 4417529..1e47ee3 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_11_0.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_11_0.mxml
@@ -20,35 +20,36 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.11" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released Oct 28, 2013" />
-		</s:VGroup>	
-	</s:HGroup>
-	
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.11.0.</s:p>
-		<s:p />
-		<s:p>Differences and highlights include:</s:p>
-		<s:list>
-			<s:li>Support for Flash Player 11.9 and AIR runtime 3.9</s:li>
-			<s:li>mx:AdvancedDataGrid and mx:DataGrid speed improvements</s:li>
-			<s:li>Updated OSMF to latest version</s:li>
-			<s:li>Mobile datagrid component</s:li>
-			<s:li>120 and 640 dpi mobile skins</s:li>
-			<s:li>Desktop callout component</s:li>
-			<s:li>Over 50 bugs fixed</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+
+	<s:Panel title="Apache Flex 4.11" width="100%" height="100%">	
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.11" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released Oct 28, 2013" />
+			</s:VGroup>	
+		</s:HGroup>	
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.11.0.</s:p>
+			<s:p />
+			<s:p>Differences and highlights include:</s:p>
+			<s:list>
+				<s:li>Support for Flash Player 11.9 and AIR runtime 3.9</s:li>
+				<s:li>mx:AdvancedDataGrid and mx:DataGrid speed improvements</s:li>
+				<s:li>Updated OSMF to latest version</s:li>
+				<s:li>Mobile datagrid component</s:li>
+				<s:li>120 and 640 dpi mobile skins</s:li>
+				<s:li>Desktop callout component</s:li>
+				<s:li>Over 50 bugs fixed</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_12_1.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_12_1.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_12_1.mxml
index 5ec5b4f..8798b79 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_12_1.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_12_1.mxml
@@ -20,37 +20,38 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.12" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released May 3, 2014" />
-		</s:VGroup>	
-	</s:HGroup>
-	
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.12.1.</s:p>
-		<s:p />
-		<s:p>Differences and highlights in 4.12.0 and 4.12.1 include:</s:p>
-		<s:list>
-			<s:li>Support for Flash Player 12.0 and 13.0 and AIR runtime 4.0 and 13.0</s:li>
-			<s:li>Fixed Adobe Flash Builder bug, which inserts a incorrect attribute while creating a new project that uses Apache Flex SDK</s:li>
-			<s:li>Extended mobile media query support</s:li>
-			<s:li>Improved mobile memory usage/performance</s:li>
-			<s:li>Improved iPad and iOS7 support</s:li>
-			<s:li>mx:AdvancedDataGrid and mx:DataGrid performance improvements</s:li>
-			<s:li>New MaskedTextinput component</s:li>
-			<s:li>JSON support for ArrayCollection and ArrayList</s:li>
-			<s:li>Over 100 bugs fixed</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+
+	<s:Panel title="Apache Flex 4.12" width="100%" height="100%">	
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.12" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released May 3, 2014" />
+			</s:VGroup>	
+		</s:HGroup>	
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.12.1.</s:p>
+			<s:p />
+			<s:p>Differences and highlights in 4.12.0 and 4.12.1 include:</s:p>
+			<s:list>
+				<s:li>Support for Flash Player 12.0 and 13.0 and AIR runtime 4.0 and 13.0</s:li>
+				<s:li>Fixed Adobe Flash Builder bug, which inserts a incorrect attribute while creating a new project that uses Apache Flex SDK</s:li>
+				<s:li>Extended mobile media query support</s:li>
+				<s:li>Improved mobile memory usage/performance</s:li>
+				<s:li>Improved iPad and iOS7 support</s:li>
+				<s:li>mx:AdvancedDataGrid and mx:DataGrid performance improvements</s:li>
+				<s:li>New MaskedTextinput component</s:li>
+				<s:li>JSON support for ArrayCollection and ArrayList</s:li>
+				<s:li>Over 100 bugs fixed</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_13_0.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_13_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_13_0.mxml
index 99ea77d..61ba11d 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_13_0.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_13_0.mxml
@@ -20,33 +20,34 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.13" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released Jul 28, 2014" />
-		</s:VGroup>	
-	</s:HGroup>
-	
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.13.0.</s:p>
-		<s:p />
-		<s:p>Differences and highlights include:</s:p>
-		<s:list>
-			<s:li>Support for Flash Player 14.0 and AIR runtime 14.0</s:li>
-			<s:li>FDB supports debugging ActionScript Workers</s:li>
-			<s:li>percentWidth for GridColumn</s:li>
-			<s:li>Add Chinese translations for all the installers of Flex</s:li>
-			<s:li>Over 30 bugs fixed</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+
+	<s:Panel title="Apache Flex 4.13" width="100%" height="100%">	
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.13" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released Jul 28, 2014" />
+			</s:VGroup>	
+		</s:HGroup>
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.13.0.</s:p>
+			<s:p />
+			<s:p>Differences and highlights include:</s:p>
+			<s:list>
+				<s:li>Support for Flash Player 14.0 and AIR runtime 14.0</s:li>
+				<s:li>FDB supports debugging ActionScript Workers</s:li>
+				<s:li>percentWidth for GridColumn</s:li>
+				<s:li>Add Chinese translations for all the installers of Flex</s:li>
+				<s:li>Over 30 bugs fixed</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml
index 1f988e2..3e9fe67 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml
@@ -20,32 +20,33 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.14" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released MMM DD, 2014" />
-		</s:VGroup>	
-	</s:HGroup>
-	
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.14.0.</s:p>
-		<s:p />
-		<s:p>Differences and highlights include:</s:p>
-		<s:list>
-			<s:li>Support for Flash Player 15.0 and AIR runtime 15.0</s:li>
-			<s:li>New modern Android skins</s:li>
-			<s:li>New spark RichTextEditor component</s:li>
-			<s:li>Over XX bugs fixed</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+
+	<s:Panel title="Apache Flex 4.14" width="100%" height="100%">	
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.14" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released MMM DD, 2014" />
+			</s:VGroup>	
+		</s:HGroup>
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.14.0.</s:p>
+			<s:p />
+			<s:p>Differences and highlights include:</s:p>
+			<s:list>
+				<s:li>Support for Flash Player 15.0 and AIR runtime 15.0</s:li>
+				<s:li>New modern Android skins</s:li>
+				<s:li>New spark RichTextEditor component</s:li>
+				<s:li>Over XX bugs fixed</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_8_0.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_8_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_8_0.mxml
index e4e2009..a99b4ef 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_8_0.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_8_0.mxml
@@ -20,31 +20,32 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.8 (incubating)" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released Jul 25, 2012" />
-		</s:VGroup>	
-	</s:HGroup>
-	
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.8.0 incubating and it as a parity release with Adobe Flex 4.6.0. This is the first release under the incubator of the Apache Software Foundation and represents the initial donation of Adobe Flex 4.6 by Adobe System Inc.</s:p>
-		<s:p />
-		<s:p>Differences and highlights include:</s:p>
-		<s:list>
-			<s:li>Flex trademark issues are largely cleared up</s:li>
-			<s:li>Bug-tracking / issue-tracking system (JIRA) transferred from the Adobe bug tracker to Apache bug tracker</s:li>
-			<s:li>Mustela test suite is donated to Apache</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+
+	<s:Panel title="Apache Flex 4.8 (incubating)" width="100%" height="100%">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.8 (incubating)" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released Jul 25, 2012" />
+			</s:VGroup>	
+		</s:HGroup>
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.8.0 incubating and it as a parity release with Adobe Flex 4.6.0. This is the first release under the incubator of the Apache Software Foundation and represents the initial donation of Adobe Flex 4.6 by Adobe System Inc.</s:p>
+			<s:p />
+			<s:p>Differences and highlights include:</s:p>
+			<s:list>
+				<s:li>Flex trademark issues are largely cleared up</s:li>
+				<s:li>Bug-tracking / issue-tracking system (JIRA) transferred from the Adobe bug tracker to Apache bug tracker</s:li>
+				<s:li>Mustela test suite is donated to Apache</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />	
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_9_0.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_9_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_9_0.mxml
index ec00457..188a5ee 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_9_0.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_9_0.mxml
@@ -20,37 +20,38 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 			   xmlns:s="library://ns.adobe.com/flex/spark" 
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
-	</s:layout>
-	
-	<s:HGroup>
-		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
-		<s:VGroup height="100%" verticalAlign="middle">
-			<s:Label text="Apache Flex 4.9" fontSize="20" fontWeight="bold" />
-			<s:Label text="Released Jan 11, 2013" />
-		</s:VGroup>	
-	</s:HGroup>
-	
-	<s:RichText width="100%">
-		<s:p />
-		<s:p>Apache Flex community releases Flex 4.9.0. This is the first release since Apache Flex became a top level project of the Apache Software Foundation.</s:p>
-		<s:p />
-		<s:p>Differences and highlights include:</s:p>
-		<s:list>
-			<s:li>New locales for Apache Flex including Australian, British, Canadian, Greek, Switzerland (German) and Portuguese</s:li>
-			<s:li>Apache Flex SDK can be compiled for any version of the Flash Player from 10.2 to 11.5</s:li>
-			<s:li>New PostCodeFormatter and PostCodeValidator classes for international postcode formatting and validation</s:li>
-			<s:li>New VectorList and VectorCollection classes for lists and collections of vectors</s:li>
-			<s:li>New version of the TLF (Text Layout Framework), the TLF 3.0.33 source code is now included as it is now part of the Apache Flex donation</s:li>
-			<s:li>Can use Java 7 to compile SDK (see README for instructions)</s:li>
-			<s:li>Many improvements and updates to Mustella tests</s:li>
-			<s:li>An SDK installer has also been created and is the recommended way of installing the Apache Flex SDK in an IDE</s:li>
-			<s:li>Various important bug fixes</s:li>
-		</s:list>
-		<s:p />
-		<s:p>For a full list of changes please see the README.</s:p>
-		<s:p />
-	</s:RichText>
-	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+
+	<s:Panel title="Apache Flex 4.9" width="100%" height="100%">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>
+		<s:HGroup>
+			<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:VGroup height="100%" verticalAlign="middle">
+				<s:Label text="Apache Flex 4.9" fontSize="20" fontWeight="bold" />
+				<s:Label text="Released Jan 11, 2013" />
+			</s:VGroup>	
+		</s:HGroup>
+		<s:RichText width="100%">
+			<s:p />
+			<s:p>Apache Flex community releases Flex 4.9.0. This is the first release since Apache Flex became a top level project of the Apache Software Foundation.</s:p>
+			<s:p />
+			<s:p>Differences and highlights include:</s:p>
+			<s:list>
+				<s:li>New locales for Apache Flex including Australian, British, Canadian, Greek, Switzerland (German) and Portuguese</s:li>
+				<s:li>Apache Flex SDK can be compiled for any version of the Flash Player from 10.2 to 11.5</s:li>
+				<s:li>New PostCodeFormatter and PostCodeValidator classes for international postcode formatting and validation</s:li>
+				<s:li>New VectorList and VectorCollection classes for lists and collections of vectors</s:li>
+				<s:li>New version of the TLF (Text Layout Framework), the TLF 3.0.33 source code is now included as it is now part of the Apache Flex donation</s:li>
+				<s:li>Can use Java 7 to compile SDK (see README for instructions)</s:li>
+				<s:li>Many improvements and updates to Mustella tests</s:li>
+				<s:li>An SDK installer has also been created and is the recommended way of installing the Apache Flex SDK in an IDE</s:li>
+				<s:li>Various important bug fixes</s:li>
+			</s:list>
+			<s:p />
+			<s:p>For a full list of changes please see the README.</s:p>
+			<s:p />
+		</s:RichText>
+		<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+	</s:Panel>
 </s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/containers/CalloutExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/containers/CalloutExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/containers/CalloutExample.mxml
index ace2200..efd462d 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/containers/CalloutExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/containers/CalloutExample.mxml
@@ -30,9 +30,9 @@
 		</s:Callout>
 	</fx:Declarations>
 	
-	<s:Panel title="Callout" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="Callout Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
 		<s:HGroup>
 			<s:Button id="show" label="Show Callout" click="callout.open(show)" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
index 62c2d72..adb0daa 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/controls/MaskedTextInputExample.mxml
@@ -22,9 +22,9 @@
 			   xmlns:mx="library://ns.adobe.com/flex/mx"
 			   xmlns:x="http://flex.apache.org/experimental/ns">
 	
-	<s:Panel title="Millisecond Format" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="Millisecond Format Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
 		<s:HGroup verticalAlign="bottom">
 			<s:Label text="Phone Number:" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/controls/SparkRichTextEditorExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/controls/SparkRichTextEditorExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/controls/SparkRichTextEditorExample.mxml
index 64baead..3a63b10 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/controls/SparkRichTextEditorExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/controls/SparkRichTextEditorExample.mxml
@@ -42,11 +42,13 @@
 				richTextEditorOutput.text = rte.htmlText;
 			}
 		]]>
-	</fx:Script>	
-	<s:Panel title="Millisecond Format" width="100%" height="100%" borderAlpha="0.15">
+	</fx:Script>
+
+	<s:Panel title="RichTextEditor Sample" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
+
 		<s:VGroup id="container" width="600" paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10">
 			<s:Label text="HTML Output:" fontSize="20"/>
 			<s:Label id="richTextEditorOutput" width="100%"/>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/formatters/PostCodeFormatterExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/formatters/PostCodeFormatterExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/formatters/PostCodeFormatterExample.mxml
index e6132e0..e9e2939 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/formatters/PostCodeFormatterExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/formatters/PostCodeFormatterExample.mxml
@@ -65,9 +65,9 @@
 		]]>
 	</fx:Script>
 	
-	<s:Panel title="Postcode Formatter Example" width="600" height="100%" color="0x000000" borderAlpha="0.15">
+	<s:Panel title="Postcode Formatter Example" width="100%" height="100%">		
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Postcode" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/i18n/DateExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/i18n/DateExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/i18n/DateExample.mxml
index 6c40b4c..6a26e88 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/i18n/DateExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/i18n/DateExample.mxml
@@ -55,9 +55,9 @@
 		]]>
 	</fx:Script>
 	
-	<s:Panel title="International Date Formating" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="International Date Formating Example" width="100%" height="100%">	
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Date" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/i18n/LocaleExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/i18n/LocaleExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/i18n/LocaleExample.mxml
index 3e6cbb5..6e21a40 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/i18n/LocaleExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/i18n/LocaleExample.mxml
@@ -20,9 +20,6 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
 			   xmlns:s="library://ns.adobe.com/flex/spark"
 			   xmlns:mx="library://ns.adobe.com/flex/mx">
-	<s:layout>
-		<s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
-	</s:layout>
 
 	<fx:Script>
 		<![CDATA[
@@ -54,10 +51,10 @@
 		<mx:EmailValidator />
 	</fx:Declarations>
 
-	<s:Panel title="SDK Locale Example" width="600" height="100%" color="0x000000" borderAlpha="0.15">
+	<s:Panel title="SDK Locale Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
-		</s:layout>		
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>	
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Select Lanagage" />
 			<s:ComboBox id="locale" dataProvider="{langauges}" change="changeLocale(event)" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/i18n/MillisecondExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/i18n/MillisecondExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/i18n/MillisecondExample.mxml
index 2164b65..7a313b3 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/i18n/MillisecondExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/i18n/MillisecondExample.mxml
@@ -45,10 +45,10 @@
 		]]>
 	</fx:Script>
 	
-	<s:Panel title="Millisecond Format" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="Millisecond Format Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
-		</s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>	
 		<s:HGroup>
 			<s:Label text="Formatted Date" />
 			<s:Label id="formatted" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/i18n/NumericStepperExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/i18n/NumericStepperExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/i18n/NumericStepperExample.mxml
index 17f6a31..f7de2bc 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/i18n/NumericStepperExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/i18n/NumericStepperExample.mxml
@@ -22,10 +22,10 @@
 			   xmlns:mx="library://ns.adobe.com/flex/mx"
 			   locale="en_ES">
 	
-	<s:Panel title="European Numeric Stepper" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="European Numeric Stepper Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
-		</s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>	
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Number" />
 			<s:NumericStepper maximum="10" snapInterval="0.05" stepSize="0.05" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/i18n/ScientificExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/i18n/ScientificExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/i18n/ScientificExample.mxml
index 2c69ad0..b12043d 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/i18n/ScientificExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/i18n/ScientificExample.mxml
@@ -24,10 +24,10 @@
 		<mx:CurrencyFormatter id="amount" />
 	</fx:Declarations>
 	
-	<s:Panel title="Scientific Notation" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="Scientific Notation Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
-		</s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>	
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Number" />
 			<s:Label text="1.23e02" />

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8e31c9fd/TourDeFlex/TourDeFlex3/src/apache/i18n/TimeZoneExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/i18n/TimeZoneExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/i18n/TimeZoneExample.mxml
index 0227dcc..09a9e93 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/i18n/TimeZoneExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/i18n/TimeZoneExample.mxml
@@ -45,10 +45,10 @@
 		]]>
 	</fx:Script>
 	
-	<s:Panel title="Timezone Formating" width="100%" height="100%" borderAlpha="0.15">
+	<s:Panel title="Timezone Formating Example" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
-		</s:layout>
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
+		</s:layout>	
 		<s:HGroup verticalAlign="middle">
 			<s:Label text="Date" />
 			<mx:DateField id="date" change="formatDate(event)" />