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 <[email protected]> Authored: Wed Aug 13 18:34:38 2014 +1000 Committer: Justin Mclean <[email protected]> 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" />
