Repository: flex-tourjs Updated Branches: refs/heads/develop 6aaba46cf -> 3232dac95
Change TourJS main layout to use new classes Group. Content itself do not display correct yet. Project: http://git-wip-us.apache.org/repos/asf/flex-tourjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tourjs/commit/3232dac9 Tree: http://git-wip-us.apache.org/repos/asf/flex-tourjs/tree/3232dac9 Diff: http://git-wip-us.apache.org/repos/asf/flex-tourjs/diff/3232dac9 Branch: refs/heads/develop Commit: 3232dac954de12654060d902a650cc16fcc07f2a Parents: 6aaba46 Author: piotrz <[email protected]> Authored: Sun Mar 26 17:04:03 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Mar 26 17:04:03 2017 +0200 ---------------------------------------------------------------------- TourJS/src/main/flex/TourJS.mxml | 4 ++- TourJS/src/main/flex/TourJSMainView.mxml | 38 +++++++++++++++------------ 2 files changed, 24 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tourjs/blob/3232dac9/TourJS/src/main/flex/TourJS.mxml ---------------------------------------------------------------------- diff --git a/TourJS/src/main/flex/TourJS.mxml b/TourJS/src/main/flex/TourJS.mxml index 63db665..7ffa5de 100644 --- a/TourJS/src/main/flex/TourJS.mxml +++ b/TourJS/src/main/flex/TourJS.mxml @@ -25,7 +25,9 @@ limitations under the License. <js:SimpleCSSValuesImpl /> </js:valuesImpl> <js:initialView> - <local:TourJSMainView id="mainView" /> + <js:View> + <local:TourJSMainView id="mainView" /> + </js:View> </js:initialView> <!--<js:model> <models:ASDocModel /> http://git-wip-us.apache.org/repos/asf/flex-tourjs/blob/3232dac9/TourJS/src/main/flex/TourJSMainView.mxml ---------------------------------------------------------------------- diff --git a/TourJS/src/main/flex/TourJSMainView.mxml b/TourJS/src/main/flex/TourJSMainView.mxml index 749b671..9f32b54 100644 --- a/TourJS/src/main/flex/TourJSMainView.mxml +++ b/TourJS/src/main/flex/TourJSMainView.mxml @@ -17,10 +17,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<express:HView xmlns:fx="http://ns.adobe.com/mxml/2009" +<js:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:express="org.apache.flex.express.*" - width="100%" height="100%" + width="100%" initComplete="loadInitialData()"> <fx:Script> <