Re: Re: Package, Class and Method renaming

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

Re: Package, Class and Method renaming

2017-08-11 Thread Alex Harui
I'm not sure I understand your proposal, but FWIW, I believe I have found one way to control renaming of getters and setters. I just pushed changes that collect property names used by MXML and data binding. Those properties are set as properties on Object.prototype in a custom externs file and th

Re: [FlexJS][Docs] Started with some docs using a github repo

2017-08-11 Thread Olaf Krueger
>Go for it! :-) Done! [1] Looking forward to following the steps by myself. If I'll be successful I'll add a working FlexJS example to the wiki. Olaf [1] https://github.com/ok-at-github/flexjs-docs/wiki/Adapting-HTML-CSS-JS-project -- View this message in context: http://apache-flex-develop

Re: [FlexJS][Docs] Started with some docs using a github repo

2017-08-11 Thread Olaf Krueger
Forget about this: >The advantage of MXML is that we can declare both JS code and the CSS in the same file. I think you mean AS instead of JS?! Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Docs-Started-with-some-docs-using-a-github

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

FlexJS more problematic CSS

2017-08-11 Thread Harbs
The CSS in my tutorial here[1] does not compile inside a fx:Style block. Can one of our compiler gurus take a look at that? ;-) Harbs [1]https://docs.google.com/document/d/1pW599xo-Icys-xXEeNi6tbTcH-iMepbTR6WcviLy7i8/edit#heading=h.un4iqbgnan3b

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

Re: [FlexJS][Docs] Started with some docs using a github repo

2017-08-11 Thread Harbs
Go for it! :-) > On Aug 11, 2017, at 3:26 PM, Olaf Krueger wrote: > > This is an awesome tutorial, thanks Harbs! > Hope I'll have some time to follow these steps by myself. > > However, if I'll get your permission I will definitely help to put in on the > github wiki. > > Maybe we're also able

Re: [FlexJS][Docs] Started with some docs using a github repo

2017-08-11 Thread Olaf Krueger
This is an awesome tutorial, thanks Harbs! Hope I'll have some time to follow these steps by myself. However, if I'll get your permission I will definitely help to put in on the github wiki. Maybe we're also able to build a working example including a live demo... Thanks, Olaf -- View this m

Re: [FlexJS][Docs] Started with some docs using a github repo

2017-08-11 Thread Harbs
Let’s just focus on getting documentation written for now. It can always be re-organized later. I just wrote what I think is a useful tutorial on using random HTML/CSS/JS. This should probably be included somehow… https://docs.google.com/document/d/1pW599xo-Icys-xXEeNi6tbTcH-iMepbTR6WcviLy7i8/e