Re: FlexJS more problematic CSS

2017-08-11 Thread Harbs
Bingo. I didn’t know what namespace could work. I’ll change the tutorial. > On Aug 11, 2017, at 5:51 PM, Alex Harui wrote: > > First thing to try is to provide a namespace for all type selectors. > > @namespace "http://www.w3.org/1999/xhtml";; > > Must be used for all native HTML elements. >

Re: FlexJS more problematic CSS

2017-08-11 Thread Alex Harui
First thing to try is to provide a namespace for all type selectors. @namespace "http://www.w3.org/1999/xhtml";; Must be used for all native HTML elements. HTH, -Alex On 8/11/17, 6:20 AM, "Harbs" wrote: >The CSS in my tutorial here[1] does not compile inside a fx:Style block. > >Can one of

Re: FlexJS more problematic CSS

2017-08-11 Thread Harbs
If you use an HTML template file there are a couple of things to keep in mind: 1. You need to have http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63814.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: FlexJS more problematic CSS

2017-08-11 Thread Olaf Krueger
This is also really helpful!! I will try it out by myself and will add it to the docs! Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63814.html Sent from the Apache Flex Development mailing list archive a

Re: FlexJS more problematic CSS

2017-08-11 Thread Harbs
Yes. I have a css file in src/assets/defaults.css. The css file is copied to bin/js-debug and bin/js-release when I compile. In src/resources/template.html I have in the header: http://apache-flex-development.247.n4.nabble.com/FlexJS-more-problematic-CSS-tp63810p63812.html > Sent from the Apa

Re: FlexJS more problematic CSS

2017-08-11 Thread Olaf Krueger
>To work around bugs in the compiler (which get fixed as they are discovered), I have a separate CSS file >that I include with my app which contains CSS that has trouble being compiled. Just to make sure that I understand it right: Does that mean, that it works if we just outsource the CSS that

Re: FlexJS more problematic CSS

2017-08-11 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24