Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread piotrz
Carlos, I would like to ask you for one thing - Could you please post me on paste.apache.org output for successfull build. Please do build with additional parameter. -> "args": ["clean", "install", "-DskipTests", "-X"] Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread piotrz
Thanks Carlos! I will try something tomorrow again. I'm on Windows 10 :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56491.html Sent from the Apache Flex Develop

Re: FlexJS] ComboBox Broken in JS

2016-11-14 Thread Peter Ent
You'll soon see that I updated the JIRA incident. If you can supply a more complete example with some simple data, that would help. I'm not seeing that the code has a problem, but seeing it in action at runtime would help. You might also try DropdownList as a replacement, at least to see if it has

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread Carlos Rovira
Hi Piotrz, I have this java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) are you on Mac, if so I have a very simple setup: *0.- (pre step) Install XCode and with this command line tools from App St

Re: [FlexJS] SyntaxError: Unexpected EOF

2016-11-14 Thread Carlos Rovira
Hi Alex, I test again the example I posted (try it if you want) and in Safari the browser error report is first: SyntaxError: Unexpected EOF and then another one: ReferenceError: Can't find variable: App This is all cause but inserting this code: in App.mxml (in MDLExample, but I think

Re: [FlexJS] position:relative

2016-11-14 Thread Carlos Rovira
in MDL "percentages" and things like "left" works ok, but seems that in normal HMTL not. So I'll remove that position relative only in MDL library 2016-11-14 18:48 GMT+01:00 Alex Harui : > > > On 11/14/16, 9:39 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Hi Alex, > >

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-14 Thread piotrz
Hi Carlos, What version of Java are you using in your system ? Cause I still can't built any example. Maybe it is some kind of maven-java problem. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS

Re: [FlexJS] position:relative

2016-11-14 Thread Alex Harui
On 11/14/16, 9:39 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >just tried to remove in my mdl Card component the position:relative and in >example I use width="50%" >The component is working ok and resizing as I resize the browser window. > >So, if this is the pr

Re: [FlexJS] position:relative

2016-11-14 Thread Carlos Rovira
Hi Alex, just tried to remove in my mdl Card component the position:relative and in example I use width="50%" The component is working ok and resizing as I resize the browser window. So, if this is the proposit, I think we could remove the line positioner.style.position = 'relative'; in all compo

Re: [FlexJS]multiple apps in one project

2016-11-14 Thread Alex Harui
Not sure what kind of copying you need to do. A compiler lets you specify an output file or folder but usually doesn't do other file management. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Harbs Date: Mon, Nov 14, 2016 12:07 AM To: dev@flex.apache.org; Subje

Re: [FlexJS]multiple apps in one project

2016-11-14 Thread Harbs
Ah. Good point. The only problem with this setup is that I’m going to have to manually create and copy HTML files (and JS file output), but I should be able to script that. Does it make sense to add something like this to the compiler itself? On Nov 14, 2016, at 8:57 AM, Alex Harui wrote: >