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/09/21 22:36:35 UTC

[48/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - Change to mx:Alert to get around SDK issue - standalone code work fine but when loaded via module Alert give RTE

Change to mx:Alert to get around SDK issue - standalone code work fine but when loaded via module Alert give RTE


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

Branch: refs/heads/master
Commit: f568b63683699cef5e2bd50aece7800c831c1069
Parents: ae4254c
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Sep 13 03:42:16 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Sep 13 03:42:16 2014 +1000

----------------------------------------------------------------------
 .../src/apache/validators/PostCodeValidatorExample.mxml            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f568b636/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
index eb10f2c..261e7f8 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/validators/PostCodeValidatorExample.mxml
@@ -29,7 +29,7 @@
 		<![CDATA[	
 			import org.apache.flex.validators.PostCodeValidator;
 			
-			import spark.components.Alert;
+			import mx.controls.Alert;
 			
 			protected function validatePostCode(event:MouseEvent):void
 			{