get SWF version working by injection more BasicLayouts
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e828d177 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e828d177 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e828d177 Branch: refs/heads/develop Commit: e828d177b86c09752ee26bb96209323de2d98bee Parents: df6f560 Author: Alex Harui <[email protected]> Authored: Wed Apr 26 22:46:36 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Apr 27 14:15:17 2017 -0700 ---------------------------------------------------------------------- .../FlexJSStore/src/main/flex/FlexJSStore.mxml | 3 + .../FlexJSStore/src/main/flex/HomeView.mxml | 60 +++++++++++++------- .../FlexJSStore/src/main/flex/ProductsView.mxml | 1 - .../FlexJSStore/src/main/flex/SupportView.mxml | 2 +- 4 files changed, 43 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e828d177/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore.mxml b/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore.mxml index 37d41cb..17b8632 100755 --- a/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore.mxml +++ b/examples/flexjs/FlexJSStore/src/main/flex/FlexJSStore.mxml @@ -250,6 +250,9 @@ limitations under the License. click="headToSupport()"/> </js:ControlBar> <js:Group width="990" id="viewholder"> + <js:beads> + <js:BasicLayout /> + </js:beads> <js:style> <js:SimpleCSSStyles paddingLeft="0" paddingRight="0"/> </js:style> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e828d177/examples/flexjs/FlexJSStore/src/main/flex/HomeView.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/src/main/flex/HomeView.mxml b/examples/flexjs/FlexJSStore/src/main/flex/HomeView.mxml index 484b970..3a93319 100755 --- a/examples/flexjs/FlexJSStore/src/main/flex/HomeView.mxml +++ b/examples/flexjs/FlexJSStore/src/main/flex/HomeView.mxml @@ -32,7 +32,7 @@ Width and height are hard-coded in the root tag to help the Design view. --> <js:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic" - xmlns="*" width="990" height="550" + xmlns="*" initComplete="updateMapImage()"> <fx:Script> <