I made it as simple as I could:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
        
xmlns:js="library://ns.apache.org/flexjs/express"
xmlns:basic="library://ns.apache.org/flexjs/basic"
                                >
        
        <fx:Style>
                @namespace js "library://ns.apache.org/flexjs/express";
                .bigText{
                        color:#005192;
                        font-size:32px;
                }
                
                .htmlStuff{
                        color:#ffff00;
                }
                
        </fx:Style>
        
        <js:initialView>
                <js:View>       
                        <js:Label y="30" x="20" id="titleText"
className="bigText" text="Flex JS"/>
                        <basic:HTMLText y="100" x="20" id="htmlText"
className="htmlStuff" html="Html text goes here!"  />                   
                </js:View>              
        </js:initialView>
        
</js:Application>




Thanks,

Jim

-----Original Message-----
From: piotrz [mailto:piotrzarzyck...@gmail.com] 
Sent: Friday, July 28, 2017 10:42 AM
To: dev@flex.apache.org
Subject: RE: Help with 0.8

Hi Jim,

Could you show your code. It would be easier to see where the problem could
be.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/Help-with-0-8-tp63568p6
3593.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to