Hello,

I'm posting here because I'm tired of trying to unsuccessful post on Apache
Royale Foruns and I believe that this could be an issue for new users !

Using VS Code (because IntelliJ it's not supported) + the last night build
from Apache Royale SDK (JS only) + native Royale Hello World I successful
builded and test on the browser:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
xmlns:js="library://ns.apache.org/royale/express">
        <js:initialView>
                <js:View>
                        <js:Label text="Hello World" x="100" y="100"/>
                </js:View>
        </js:initialView>
</js:Application>

Trying the emulation, I successful compile but couldn't run on the browser
and got a few errors on the browser console:

<?xml version="1.0"?>
<s:Application 
    xmlns:fx="http://ns.adobe.com/mxml/2009"; 
    xmlns:js="library://ns.apache.org/royale/express"
    xmlns:mx="library://ns.apache.org/royale/mx" 
    xmlns:s="library://ns.apache.org/royale/spark" >
    <fx:Script>
        
    </fx:Script>
    <s:Button click="Alert.show('Hello, world')" 
              label="Say Hello"/>
</s:Application>

My impression is that I missing something however for what I understood,
this should be possible out of the box.

What I'm missing here ?



--
Sent from: http://apache-flex-development.2333347.n4.nabble.com/

Reply via email to