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/08/23 06:45:38 UTC

[31/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - commented out DG example as they require missing remote service

commented out DG example as they require missing remote service


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

Branch: refs/heads/master
Commit: 616713d1ae9770402a27171b6c001e147380aa05
Parents: 6fd9d88
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Aug 13 18:34:38 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Aug 13 18:34:38 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/616713d1/TourDeFlex/TourDeFlex3/src/explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml
index eb88538..c5296af 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.xml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.xml
@@ -219,6 +219,7 @@
 					<node label="Busy Cursor" app="spark/other/Cursor1Example" />
 					<node label="Custom Cursor" app="spark/other/Cursor2Example" />
 				</node>
+				<!-- Require remote service to work
 				<node label="DataGrid">
 					<node label="DataGrid" app="spark/controls/DataGridExample2"/>
 					<node label="Custom Renderer" app="spark/controls/DataGridCustomRendererExample"/>
@@ -231,6 +232,7 @@
 				<node label="Data Paging">
 					<node label="Data Paging" app="spark/controls/ListDataPagingExample" />
 				</node>
+				-->
 				<node label="Drag and Drop">
 					<node label="List to List" app="spark/other/DragAndDrop1Example" />
 					<node label="List to Panel" app="spark/other/DragAndDrop2Example" />