Repository: flex-asjs Updated Branches: refs/heads/develop 39694243a -> e779ef5d8
- Renamed the property again (strangely this time it didn't compile ... wonder why it did last time ...) - Updated the MyInitialView.mxml in the DataBindingExample_Flat project to not mixup namespaces. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e779ef5d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e779ef5d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e779ef5d Branch: refs/heads/develop Commit: e779ef5d88c2b38fea25132a1781bcdfef2d0a0e Parents: 3969424 Author: Christofer Dutz <[email protected]> Authored: Thu May 19 10:45:53 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Thu May 19 10:45:53 2016 +0200 ---------------------------------------------------------------------- .../src/CordovaCameraExample.mxml | 4 ++-- examples/flexjs/DataBindingExample_Flat/pom.xml | 6 ++++++ .../DataBindingExample_Flat/src/MyInitialView.mxml | 15 ++++++++------- 3 files changed, 16 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e779ef5d/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml b/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml index 13cc1a9..a745202 100644 --- a/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml +++ b/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml @@ -22,8 +22,8 @@ xmlns:local="*" xmlns:models="models.*" xmlns:js="library://ns.apache.org/flexjs/basic" - xmlns:cordova="library://ns.apache.org/flexjs/cordova" - isdeviceready="MyInitialView(initialView).ready = true" + xmlns:cordova="library://ns.apache.org/flexjs/cordova" + isDeviceReady="MyInitialView(initialView).ready = true" > <cordova:valuesImpl> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e779ef5d/examples/flexjs/DataBindingExample_Flat/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_Flat/pom.xml b/examples/flexjs/DataBindingExample_Flat/pom.xml index 3fd04ca..31ff335 100644 --- a/examples/flexjs/DataBindingExample_Flat/pom.xml +++ b/examples/flexjs/DataBindingExample_Flat/pom.xml @@ -49,6 +49,12 @@ <dependencies> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> + <artifactId>Flat</artifactId> + <version>0.7.0-SNAPSHOT</version> + <type>swc</type> + </dependency> + <dependency> + <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e779ef5d/examples/flexjs/DataBindingExample_Flat/src/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample_Flat/src/MyInitialView.mxml b/examples/flexjs/DataBindingExample_Flat/src/MyInitialView.mxml index b153ba5..b3456d2 100644 --- a/examples/flexjs/DataBindingExample_Flat/src/MyInitialView.mxml +++ b/examples/flexjs/DataBindingExample_Flat/src/MyInitialView.mxml @@ -18,7 +18,8 @@ limitations under the License. --> <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009" - xmlns:js="library://ns.apache.org/flexjs/flat" + xmlns:js="library://ns.apache.org/flexjs/basic" + xmlns:flat="library://ns.apache.org/flexjs/flat" initComplete="initControls()"> <fx:Script> <