Disable cameraui view for now

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

Branch: refs/heads/develop
Commit: 8ff391f78bd589b769f32562631845c2d82569c2
Parents: 75ce7aa
Author: OmPrakash Muppirala <bigosma...@gmail.com>
Authored: Fri Apr 10 23:42:35 2015 -0700
Committer: OmPrakash Muppirala <bigosma...@gmail.com>
Committed: Fri Apr 10 23:42:35 2015 -0700

----------------------------------------------------------------------
 tourdeflexmobile/src/TourDeFlexMobile.mxml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/8ff391f7/tourdeflexmobile/src/TourDeFlexMobile.mxml
----------------------------------------------------------------------
diff --git a/tourdeflexmobile/src/TourDeFlexMobile.mxml 
b/tourdeflexmobile/src/TourDeFlexMobile.mxml
index 45d8bf7..2ff2f97 100644
--- a/tourdeflexmobile/src/TourDeFlexMobile.mxml
+++ b/tourdeflexmobile/src/TourDeFlexMobile.mxml
@@ -24,18 +24,17 @@ limitations under the License.
                           applicationComplete="init(event)"
                           
splashScreenImage="@Embed('assets/images/poweredby.png')" 
                           splashScreenScaleMode="letterbox">
-       <fx:Style source="styles.css"/> 
+<!--   <fx:Style source="styles.css"/>-->      
        <fx:Script>
                <![CDATA[
                        import flash.events.MouseEvent;
                        
-                       import mx.core.FlexGlobals;
                        import mx.events.FlexEvent;
                        
                        import spark.events.IndexChangeEvent;
                        
                        import AIRViews.AccelerometerView;
-                       import AIRViews.CameraView;
+                       import AIRViews.CameraUIView;
                        import AIRViews.GeolocationView;
                        import AIRViews.NativeAppView;
                        import AIRViews.SQLiteView;
@@ -247,6 +246,7 @@ limitations under the License.
                                <fx:Object label="Accelerometer" type="view" 
view="{AccelerometerView}"/>
                                <!--fx:Object label="Camera" type="view" 
view="{CameraView}"/-->
                                <fx:Object label="Geolocation" type="view" 
view="{GeolocationView}"/>
+                               <!--<fx:Object label="CameraUI" type="view" 
view="{CameraUIView}"/>-->
                                <fx:Object label="Native App Integration" 
type="view" view="{NativeAppView}"/>
                                <fx:Object label="SQLite" type="view" 
view="{SQLiteView}"/>
                                

Reply via email to