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 8d5dea9  TextInput preparation
8d5dea9 is described below

commit 8d5dea941aa57753eae2f949e776d8aa1218bd5a
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Thu Nov 2 17:57:08 2017 +0100

    TextInput preparation
---
 examples/royale/RoyaleThemes/src/main/royale/App.mxml              | 7 ++++++-
 examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml | 4 ++--
 .../royale/{ButtonPlayGround.mxml => TextInputPlayGround.mxml}     | 6 +++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/examples/royale/RoyaleThemes/src/main/royale/App.mxml 
b/examples/royale/RoyaleThemes/src/main/royale/App.mxml
index c043933..9408359 100644
--- a/examples/royale/RoyaleThemes/src/main/royale/App.mxml
+++ b/examples/royale/RoyaleThemes/src/main/royale/App.mxml
@@ -29,7 +29,12 @@
        </js:valuesImpl>
        <js:initialView>
                <js:View width="100%" height="100%" className="page-content">
-            <local:ButtonPlayGround/>
+                       <js:beads>
+                                       <js:VerticalLayout />
+                               </js:beads>
+                               <local:ButtonPlayGround/>
+                               <local:TextInputPlayGround/>
+                       
         </js:View>
        </js:initialView>
 </js:Application>
diff --git a/examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml 
b/examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml
index e22288a..f4faf6f 100644
--- a/examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml
@@ -17,11 +17,11 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 
 -->
-<js:View xmlns:fx="http://ns.adobe.com/mxml/2009";
+<js:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
                 xmlns:js="library://ns.apache.org/royale/basic" >
     
        
        
        <js:TextButton text="Button" width="120" height="40"/>
 
-</js:View>
+</js:Group>
diff --git a/examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml 
b/examples/royale/RoyaleThemes/src/main/royale/TextInputPlayGround.mxml
similarity index 88%
copy from examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml
copy to examples/royale/RoyaleThemes/src/main/royale/TextInputPlayGround.mxml
index e22288a..9db0082 100644
--- a/examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/royale/RoyaleThemes/src/main/royale/TextInputPlayGround.mxml
@@ -17,11 +17,11 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 
 -->
-<js:View xmlns:fx="http://ns.adobe.com/mxml/2009";
+<js:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
                 xmlns:js="library://ns.apache.org/royale/basic" >
     
        
        
-       <js:TextButton text="Button" width="120" height="40"/>
+       <js:TextInput width="120" height="40"/>
 
-</js:View>
+</js:Group>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to