You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pe...@apache.org on 2018/03/13 17:01:32 UTC

[royale-asjs] branch feature/MXRoyale updated: A proper MX application example.

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 8937e8d  A proper MX application example.
8937e8d is described below

commit 8937e8db2cc157950adba70d1785c90525d5ee71
Author: Peter Ent <pe...@apache.org>
AuthorDate: Tue Mar 13 13:01:29 2018 -0400

    A proper MX application example.
---
 .../mxroyale/HellowWorld/src/main/royale/HelloWorld.mxml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/examples/mxroyale/HellowWorld/src/main/royale/HelloWorld.mxml b/examples/mxroyale/HellowWorld/src/main/royale/HelloWorld.mxml
index cf52770..a1278a1 100644
--- a/examples/mxroyale/HellowWorld/src/main/royale/HelloWorld.mxml
+++ b/examples/mxroyale/HellowWorld/src/main/royale/HelloWorld.mxml
@@ -17,15 +17,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 -->
-<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
-                   xmlns:js="library://ns.apache.org/royale/basic"
-                   xmlns:mx="library://ns.apache.org/royale/mx" >
-    <js:valuesImpl>
-        <js:SimpleCSSValuesImpl />
-    </js:valuesImpl>
-    <js:initialView>
-        <js:View>
-        	<mx:Label text="Hello World!" />
-        </js:View>
-    </js:initialView>
-</js:Application>
+<mx:Application xmlns:mx="library://ns.apache.org/royale/mx" >
+	<!-- to do: layout="absolute" minWidth="955" minHeight="600" -->
+	<mx:Label text="Hello World" />
+</mx:Application>
\ No newline at end of file

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