This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b64e3ec  jewel example namespace cleaning
b64e3ec is described below

commit b64e3ec77dae4df6e3592460ddeb894f4f088647
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Sun May 6 07:15:07 2018 +0200

    jewel example namespace cleaning
---
 .../JewelExample/src/main/royale/AlertPlayGround.mxml      |  2 +-
 .../JewelExample/src/main/royale/ButtonPlayGround.mxml     |  6 +++---
 .../JewelExample/src/main/royale/CheckBoxPlayGround.mxml   |  7 +++----
 .../src/main/royale/DropDownListPlayGround.mxml            |  8 ++++----
 .../JewelExample/src/main/royale/HeadingsAndText.mxml      |  6 +++---
 .../JewelExample/src/main/royale/LabelPlayGround.mxml      |  2 +-
 .../JewelExample/src/main/royale/ListPlayGround.mxml       | 14 ++++++++++++--
 .../royale/JewelExample/src/main/royale/MainContent.mxml   |  3 +--
 .../src/main/royale/RadioButtonPlayGround.mxml             |  2 +-
 .../JewelExample/src/main/royale/SliderPlayGround.mxml     |  2 +-
 .../JewelExample/src/main/royale/TextInputPlayGround.mxml  |  2 +-
 11 files changed, 31 insertions(+), 23 deletions(-)

diff --git a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
index 257674f..e4336d2 100644
--- a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                xmlns:html="library://ns.apache.org/royale/html"
                 xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
                 className="container" width="350">
     
        <fx:Script>
diff --git a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
index 4e40bb6..c0c373b 100644
--- a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
@@ -18,9 +18,9 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                 xmlns:html="library://ns.apache.org/royale/html"
-                 xmlns:j="library://ns.apache.org/royale/jewel"
-                 className="container">
+                xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
+                className="container">
     
        <fx:Script>
                <![CDATA[      
diff --git 
a/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml
index 7ed747b..c3833ac 100644
--- a/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml
@@ -18,10 +18,9 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                 xmlns:js="library://ns.apache.org/royale/basic"
-                 xmlns:html="library://ns.apache.org/royale/html"
-                 xmlns:j="library://ns.apache.org/royale/jewel"
-          className="container">
+                xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
+         className="container">
     
        <j:beads>
                <j:VerticalLayoutWithPaddingAndGap gap="10"/>
diff --git 
a/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml
index ff30a72..c34de86 100644
--- a/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml
@@ -18,10 +18,10 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                 xmlns:js="library://ns.apache.org/royale/basic"
-                 xmlns:html="library://ns.apache.org/royale/html"
-                 xmlns:j="library://ns.apache.org/royale/jewel"
-                 className="container">
+                xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:js="library://ns.apache.org/royale/basic"
+                xmlns:html="library://ns.apache.org/royale/html"
+                className="container">
     
        <fx:Script>
                <![CDATA[      
diff --git a/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml 
b/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml
index 3209e85..77b9f17 100644
--- a/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml
+++ b/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml
@@ -18,9 +18,9 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                 xmlns:html="library://ns.apache.org/royale/html"
-                 xmlns:j="library://ns.apache.org/royale/jewel"
-          className="container" width="350">
+                xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
+         className="container" width="350">
     
        <j:beads>
                <j:VerticalLayoutWithPaddingAndGap gap="10"/>
diff --git a/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml
index 7d4a27a..25ad5f6 100644
--- a/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                xmlns:html="library://ns.apache.org/royale/html"
                 xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
                 className="container">
     
        <fx:Script>
diff --git a/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml
index 0e0564c..52efa32 100644
--- a/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml
@@ -18,9 +18,9 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
+                xmlns:j="library://ns.apache.org/royale/jewel"
                 xmlns:js="library://ns.apache.org/royale/basic"
                 xmlns:html="library://ns.apache.org/royale/html"
-                xmlns:j="library://ns.apache.org/royale/jewel"
          xmlns:models="models.*"
                 className="container" width="350">
     
@@ -32,7 +32,17 @@ limitations under the License.
                 selected.text = "Selected: " + list.selectedItem;
             }
 
-            public var simple:ArrayList = new ArrayList(["Blueberries", 
"Bananas", "Lemons", "Oranges", "Watermelons"]);
+            private var _simple:ArrayList = new ArrayList(["Blueberries", 
"Bananas", "Lemons", "Oranges", "Watermelons"]);
+
+                       public function get simple():ArrayList
+                       {
+                               return _simple
+                       }
+
+                       public function set simple(value:ArrayList):void
+                       {
+                               _simple = value;
+                       }
                ]]>
        </fx:Script>
 
diff --git a/examples/royale/JewelExample/src/main/royale/MainContent.mxml 
b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
index 74c86d5..a20e28b 100644
--- a/examples/royale/JewelExample/src/main/royale/MainContent.mxml
+++ b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
@@ -19,11 +19,10 @@ limitations under the License.
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
          xmlns:j="library://ns.apache.org/royale/jewel"
-         xmlns:js="library://ns.apache.org/royale/basic"
          xmlns:local="*">
     
     <j:beads>
-        <js:HorizontalLayoutWithPaddingAndGap gap="10"/>
+        <j:HorizontalLayoutWithPaddingAndGap gap="10"/>
     </j:beads>
 
     <j:Group>
diff --git 
a/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml
index 6b4b89d..fe3309d 100644
--- a/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                xmlns:html="library://ns.apache.org/royale/html"
                 xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
          className="container">
     
        <j:beads>
diff --git a/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml
index c3283d7..0d0fee5 100644
--- a/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                xmlns:html="library://ns.apache.org/royale/html"
                 xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
          className="container">
     
        <fx:Script>
diff --git 
a/examples/royale/JewelExample/src/main/royale/TextInputPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/TextInputPlayGround.mxml
index c92f126..3db6406 100644
--- a/examples/royale/JewelExample/src/main/royale/TextInputPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/TextInputPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
-                xmlns:html="library://ns.apache.org/royale/html"
                 xmlns:j="library://ns.apache.org/royale/jewel"
+                xmlns:html="library://ns.apache.org/royale/html"
                 className="container">
     
        <j:beads>

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to