The XML is likely not well formed.

Is the opening tag <fx:script> or <fx:Script> ?

> On May 27, 2019, at 8:47 PM, Antonis Kalodimos <antonis.kalodi...@gmail.com> 
> wrote:
> 
> Yes i had this tag
> .
> .
> .
> 
> </fx:Script>
> <js:initialView>
> <js:View>
> <js:Label id="helloLabel" text="Hello World" x="240" y="20"/>
> <j:Button id="helloButton" text="Hello" x="20" y="20" click="
> clickHandler(event)"/>
> </js:View>
> </js:initialView>
> </js:Application>
> 
> I found that i was trying to compile it with apache-royale-0.9.6-bin-js-swf
> when i changed that with apache-royale-0.9.4-bin-js
> problem resolved but nothing showed (with apache-royale-0.9.6-bin-js-swf
> the button and the text was showed.)
> 
> 
> 
> Στις Δευ, 27 Μαΐ 2019 στις 8:39 μ.μ., ο/η Carlos Rovira <
> carlosrov...@apache.org> έγραψε:
> 
>> Hi Antonis,
>> 
>> are you adding it in the HelloWorld.mxml file
>> before <js:initialView>?
>> The error seems like you are trying to add it in other part of the file or
>> in other different file.
>> 
>> Thanks
>> 
>> 
>> 
>> El lun., 27 may. 2019 a las 18:21, Antonis Kalodimos (<
>> antonis.kalodi...@gmail.com>) escribió:
>> 
>>> Trying to folow this tutorial have these compile errors after putting the
>>> <fx:script> tag
>>> col: 1 Error: This tag is unexpected. It will be ignored.
>>> 
>>> <fx:Script>
>>> ^
>>> 
>>> My code is the same as in the tutorial and it worked as expected until
>> the
>>> step i n which fx:script tag need to be added
>>> 
>>> 
>>> 
>>> Στις Δευ, 27 Μαΐ 2019 στις 6:39 μ.μ., ο/η Carlos Rovira <
>>> carlosrov...@apache.org> έγραψε:
>>> 
>>>> Hi,
>>>> 
>>>> new arcticle from Judah Frangipane is up!
>>>> 
>>>> https://twitter.com/ApacheRoyale/status/1133025119075479552
>>>> 
>>>> don't forget to share the new tweet please! :)
>>>> 
>>>> and enjoy!!
>>>> 
>>>> --
>>>> Carlos Rovira
>>>> http://about.me/carlosrovira
>>>> 
>>> 
>> 
>> 
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>> 

Reply via email to