I just updated my local copy to latest compiler. 

When I tried testing the MDLExample, my HTML output seems messed-up. Here's
the screenshot link:https://i.imgsafe.org/1bf652697c.png. It looks like
styles not available.

Here's the application file codes, and I had no error during compilation. I
tried to test modifying the style source value, and compiler did gave me
error. So I think the present value is valid (as I didn't had any error with
this).

<mdl:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                 xmlns:js="library://ns.apache.org/flexjs/basic"
                 xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                 xmlns:local="*">

    <fx:Style source="resources/mdl-styles.css"/>
    
    <js:valuesImpl>
        <js:SimpleCSSValuesImpl />
    </js:valuesImpl>
    
    <js:initialView>
        <local:MainNavigation/>
    </js:initialView>
</mdl:Application>



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Popup-tp58435p58511.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to