You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Alina Kazi <al...@d-bz.com> on 2018/02/19 05:29:36 UTC

Blank output Issue

Hi,

I am using apache-royale-0.9.1-bin-js and Moonshine 1.9.0. 

Sample project code is:

<?xml version="1.0" encoding="utf-8"?>

<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

 
xmlns:js="library://ns.apache.org/royale/basic"

 
xmlns:local="*"

 
pageTitle="HelloWorld">

                                                   

                <fx:Declarations>

                </fx:Declarations>

                

                <fx:Script>

                                <![CDATA[

                                                

                                ]]>

                </fx:Script>

                

                <js:valuesImpl>

                                <js:SimpleCSSValuesImpl />

                </js:valuesImpl>

                

                <js:initialView>

                                <js:View width="100%" height="100%">

                                                <js:Container width="100%"
height="100%" >

                                                                <js:Label
id="lbl" text="Hello World" width="200" />

                                                </js:Container>


                                </js:View>

                </js:initialView>

                

 </js:Application>

 

Template  Type: Royale Browser Project

Build & run as javascript:



Blank output in Browser. 

 

 


RE: Blank output Issue

Posted by Alina Kazi <al...@d-bz.com>.
It was browser Issue.

 

Thanks,

Alina

 

From: Alina Kazi [mailto:alina.kazi@d-bz.com] 
Sent: Monday, February 19, 2018 10:30 AM
To: users@royale.apache.org
Subject: Blank output Issue 

 

Hi,

I am using apache-royale-0.9.1-bin-js and Moonshine 1.9.0. 

Sample project code is:

<?xml version="1.0" encoding="utf-8"?>

<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

 
xmlns:js="library://ns.apache.org/royale/basic"

 
xmlns:local="*"

 
pageTitle="HelloWorld">

                                                   

                <fx:Declarations>

                </fx:Declarations>

                

                <fx:Script>

                                <![CDATA[

                                                

                                ]]>

                </fx:Script>

                

                <js:valuesImpl>

                                <js:SimpleCSSValuesImpl />

                </js:valuesImpl>

                

                <js:initialView>

                                <js:View width="100%" height="100%">

                                                <js:Container width="100%"
height="100%" >

                                                                <js:Label
id="lbl" text="Hello World" width="200" />

                                                </js:Container>


                                </js:View>

                </js:initialView>

                

 </js:Application>

 

Template  Type: Royale Browser Project

Build & run as javascript:



Blank output in Browser.