I'm having some trouble running the example, though. When I tried to run as swf, I followed by these errors:
> TypeError: Error #1007: Instantiation attempted on a non-constructor. > at > org.apache.flex.core::SimpleCSSValuesImpl/generateCSSStyleDeclarations()[E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\frameworks\projects\Core\src\main\flex\org\apache\flex\core\SimpleCSSValuesImpl.as:238] > at > org.apache.flex.core::SimpleCSSValuesImpl/init()[E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\frameworks\projects\Core\src\main\flex\org\apache\flex\core\SimpleCSSValuesImpl.as:91] > at org.apache.flex.core::Application/set > valuesImpl()[E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\frameworks\projects\HTML\src\main\flex\org\apache\flex\core\Application.as:258] > at > org.apache.flex.utils::MXMLDataInterpreter$/generateMXMLProperties()[E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\frameworks\projects\Core\src\main\flex\org\apache\flex\utils\MXMLDataInterpreter.as:401] > at > org.apache.flex.core::Application/generateMXMLAttributes()[E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\frameworks\projects\HTML\src\main\flex\org\apache\flex\core\Application.as:312] > at App() > at _App_org_apache_flex_core_ApplicationFactory/create() > at > org.apache.flex.core::ApplicationFactory/deferredFrameHandler()[E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\frameworks\projects\Core\src\main\flex\org\apache\flex\core\ApplicationFactory.as:74] When I tried to run as HTML, it opens a messed style output. I'm not sure what is going wrong, > <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:js="library://ns.apache.org/flexjs/basic" > xmlns:local="*" > xmlns="http://www.w3.org/1999/xhtml"> > > > <fx:Style source="resources/mdl-styles.css"/> > > <js:valuesImpl> > > <js:SimpleCSSValuesImpl /> > > </js:valuesImpl> > > > <js:initialView> > > <local:MainNavigation/> > > </js:initialView> > </js:Application> -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Popup-tp58435p58451.html Sent from the Apache Flex Development mailing list archive at Nabble.com.