You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2013/01/18 21:22:38 UTC

svn commit: r1435329 - in /flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views: Layout_size.mxml NestedScrollingView.mxml

Author: pent
Date: Fri Jan 18 20:22:37 2013
New Revision: 1435329

URL: http://svn.apache.org/viewvc?rev=1435329&view=rev
Log:
Set locale to null to remove dependency on system locale format settings for date.

Modified:
    flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/Layout_size.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/NestedScrollingView.mxml

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/Layout_size.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/Layout_size.mxml?rev=1435329&r1=1435328&r2=1435329&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/Layout_size.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/Layout_size.mxml Fri Jan 18 20:22:37 2013
@@ -33,7 +33,7 @@
 	</fx:Script>
 	<s:VGroup> 
 		<s:Label id="lb" /> 
-		<s:DateSpinner id="ds_layout_size"  /> 
+		<s:DateSpinner id="ds_layout_size" locale="null"  /> 
 	</s:VGroup>
 	
 </s:View>
\ No newline at end of file

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/NestedScrollingView.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/NestedScrollingView.mxml?rev=1435329&r1=1435328&r2=1435329&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/NestedScrollingView.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/views/NestedScrollingView.mxml Fri Jan 18 20:22:37 2013
@@ -58,7 +58,7 @@
 		<s:VGroup id="outerViewport" horizontalAlign="center">
 			<s:Rect width="80%" height="100"><s:fill><s:SolidColor color="0x000000" /></s:fill></s:Rect>
 			
-			<s:DateSpinner id="ds" />
+			<s:DateSpinner id="ds" locale="null" />
 			
 			<s:Rect width="80%" height="100"><s:fill><s:SolidColor color="0x222222" /></s:fill></s:Rect>
 			<s:Rect width="80%" height="100"><s:fill><s:SolidColor color="0x555555" /></s:fill></s:Rect>