Re: [FlexJS] Building from Flash Builder

2016-11-10 Thread Alex Harui
On 11/10/16, 2:55 AM, "yishayw" wrote: >After getting the latest nightly and running external tools - > FlexJS >(FalconJX Debug Build) > >I'm getting the following. What did I do wrong? Don't know for sure. I just tried the nightly on DataBindingExample and it worked for me. It sounds like s

Re: [FlexJS] Compiler stack trace in nightly related to Closure library

2016-11-10 Thread Alex Harui
On 11/10/16, 4:02 PM, "Josh Tynjala" wrote: >Used the installer to get the nightly. The compiler appears to be unable >to >find Closure library. I don't have the closure-lib argument set because I >want to use the default, but the call to >getJarThatContainsClasspathResources() appears to retur

[FlexJS] Compiler stack trace in nightly related to Closure library

2016-11-10 Thread Josh Tynjala
Used the installer to get the nightly. The compiler appears to be unable to find Closure library. I don't have the closure-lib argument set because I want to use the default, but the call to getJarThatContainsClasspathResources() appears to return null. Using Falcon codebase: /Users/joshtynjala/De

Re: [FlexJS] How to manage className correctly

2016-11-10 Thread Carlos Rovira
filled here: https://issues.apache.org/jira/browse/FLEX-35171 2016-11-10 23:54 GMT+01:00 Carlos Rovira : > Hi Alex, > > #ff did not work either. I'll fill a bug for this > > 2016-11-10 22:25 GMT+01:00 Alex Harui : > >> The compiler does not copy input CSS text directly to the output CSS file.

Re: [FlexJS] Team Page

2016-11-10 Thread Carlos Rovira
Hi Peter, great to start having this kind of examples. I think that this could be a great scenario to introduce what we was talking in other thread about gaps between items. Do you have something already done it in this example? if not could you add it as a part of the polish? thanks! Carlos

Re: [FlexJS] How to manage className correctly

2016-11-10 Thread Carlos Rovira
Hi Alex, #ff did not work either. I'll fill a bug for this 2016-11-10 22:25 GMT+01:00 Alex Harui : > The compiler does not copy input CSS text directly to the output CSS file. > Instead, it tries to parse it into a data structure and generate the > final CSS file from that data structure.

Re: [FlexJS] How to manage className correctly

2016-11-10 Thread Alex Harui
The compiler does not copy input CSS text directly to the output CSS file. Instead, it tries to parse it into a data structure and generate the final CSS file from that data structure. The CSS parsing code that we got from Adobe only knew how to parse Flex-compatible CSS. I'm slowly teaching it

Re: [FlexJS] How to manage className correctly

2016-11-10 Thread Carlos Rovira
Hi Alex, I refactored MDL class selectors taking account of this and now is working ok, so now user can decorate with is own selectors. I only have one strange issue with a simple color style. I want to set a color:#fff If I put in a css class external selector, this is not applied (but rest of r

[FlexJS] Team Page

2016-11-10 Thread Peter Ent
Hi, I've created a new FlexJS Team page using FlexJS. You can view it in the staging area for now and at some point will make its way live. At the moment it will not be the de facto team page because it still needs a bit more sprucing up. Consider it a beta. http://flex.staging.apache.org/team

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Christofer Dutz
Yeah ... they apply the site skin I used for the flex website to falcon too. The mvnw scripts were „experimental“ Chris Am 10.11.16, 17:11 schrieb "Alex Harui" : I did make changes to flex-falcon. I just tried to merge the examples-maven-dirs branch into develop and it created

Re: Back to the docs

2016-11-10 Thread Alex Harui
On 11/10/16, 8:07 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >> The children in a Basic VerticalLayout should respond to padding and >> margin today. >> > >I think that when I tried it, the global structure was getting padding and >margin right, but not he items inside. I t

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Alex Harui
I did make changes to flex-falcon. I just tried to merge the examples-maven-dirs branch into develop and it created some files called mvnw and mvnw.cmd and also modified the top-level pom.xml and src/site/site.xml. Are those changes ok? -Alex On 11/10/16, 3:25 AM, "Christofer Dutz" wrote: >Al

Re: Back to the docs

2016-11-10 Thread Carlos Rovira
> The children in a Basic VerticalLayout should respond to padding and > margin today. > I think that when I tried it, the global structure was getting padding and margin right, but not he items inside. I think that's ok, as in flex we had "gap" has we are disscusing here, and padding /margin is e

Re: Back to the docs

2016-11-10 Thread Alex Harui
Remember that the Basic components have a goal of being the most lightweight wrappers around HTMLElements. AFAICT, there is no verticalGap CSS property in the browsers, so, IMO, the Basic VerticalLayout should not support a "verticalGap" property because the only way I can think of implementing ve

Re: [FlexJS] Stuck with Images vía CSS

2016-11-10 Thread Carlos Rovira
Ok Thanks! El 10 de noviembre de 2016, 16:50, Alex Harui escribió: > That's a compiler issue. I will take a look today. > > On 11/10/16, 5:07 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Hi Alex, > > > >seems the problem is caused when we have a CSS property with mo

Re: Back to the docs

2016-11-10 Thread Alex Harui
On 11/10/16, 1:56 AM, "piotrz" wrote: >Hi Harbs, > >Once I finally have proper working build I may go through his blog and try >to do one by one in FlexJS. >I'm wondering what other thinks about your idea. I've also considered just trying to port Tour de Flex. Should we get some new Git repos

Re: [FlexJS] Stuck with Images vía CSS

2016-11-10 Thread Alex Harui
That's a compiler issue. I will take a look today. On 11/10/16, 5:07 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >seems the problem is caused when we have a CSS property with more than one >value. If you have color and is #fff all is ok, but if you have backgroun

Re: [FlexJS] Stuck with Images vía CSS

2016-11-10 Thread Carlos Rovira
Hi Alex, seems the problem is caused when we have a CSS property with more than one value. If you have color and is #fff all is ok, but if you have background and instead of only url property you append "center", or more things, then you have a subobject that is not considered. In init method we

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Carlos Rovira
I didn't upload nothing to those two repos, but last days I switched to all those three and was building in that way, thinking that was changes in that branches. I suppose you did that due to the need that feature auto build jobs need to be in all 3 at the same time, but you never need to change no

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Christofer Dutz
All of the work I did in that branch was purely in the framework repo ... I had to manually remove the delete in the compiler though. Was there anything else in there that I should have merged? Chris Am 10.11.16, 11:20 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" : Than

[FlexJS] Building from Flash Builder

2016-11-10 Thread yishayw
After getting the latest nightly and running external tools - > FlexJS (FalconJX Debug Build) I'm getting the following. What did I do wrong? sing Flex SDK: C:\dev\flexjs\flex-sdk using FlashBuilder Project Files FlashBuilder settings: -source-path+=C:\Users\Yishay\html_dev\a_project/src

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread piotrz
Chris, That was it. - Thank you! :) I've updated GIT to newest version and everything has built without the problem, but example is still failing with same result. [1] [1] https://paste.apache.org/WRup Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: htt

Re: Back to the docs

2016-11-10 Thread Carlos Rovira
I as well try to get some "padding" between items in a vertical or horizontal layout and no found that property, so I'm as well interested to know is something of this is already done or needs to be done. thanks 2016-11-10 10:56 GMT+01:00 piotrz : > Hi Harbs, > > Once I finally have proper worki

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Carlos Rovira
Thanks Chris, is normal that the merged is not performed in flex-falcon and flex-typedefs repos? I only see merge in flex-asjs 2016-11-10 10:28 GMT+01:00 Christofer Dutz : > Ok ... is merged and the maven build is still green ☺ > > > > Am 09.11.16, 20:47 schrieb "Alex Harui" : > > OK, I th

Re: Back to the docs

2016-11-10 Thread piotrz
Hi Harbs, Once I finally have proper working build I may go through his blog and try to do one by one in FlexJS. I'm wondering what other thinks about your idea. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.na

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread piotrz
Chris, Git: 2.7.4 Java: Installed: java version "1.8.0_111" JAVA_HOME: jdk1.8.0_74 Maven 3.3.9 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56433.html Sent from

Back to the docs

2016-11-10 Thread Harbs
I was just trying to migrate some old Flex MXML to FlexJS and I realized I don’t know how to do something: It’s actually an old mx VBox which had a verticalGap property. I don’t see an obvious way to specify a gap in a js:VerticalLayout. If it’s not there, we need to add it, but this issue made

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Christofer Dutz
Ok ... is merged and the maven build is still green ☺ Am 09.11.16, 20:47 schrieb "Alex Harui" : OK, I think I got everything building via Ant in the example-maven-dirs branch. The Maven build also worked for me. I'm ready for you to try to merge it into develop. -Alex

Re: [FlexJS] Stuck with Images vía CSS

2016-11-10 Thread Carlos Rovira
Hi Alex, I changed from inline styles to a CSS external file so I have now: .cardTitle { color: #fff; height: 176px; background:url('assets/Unknown.jpg') center / cover; } in the external css file and in mxml I have: The result in the Safari browser console is: this["background"] = [unexpect

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread Christofer Dutz
I’ve tried the build on windows 10 and it works nicely. Could you please report the following versions: - Git - Java - Maven Chris Am 10.11.16, 07:36 schrieb "piotrz" : Tried through the bash and result is same. - Apache Flex PMC piotrzarzyck...@gmail.com -