Re: [FlexJS] how to set an id in html tag

2016-11-15 Thread Alex Harui
On 11/15/16, 3:27 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi I check Harb's link and seems nothing was decided. I think this is >important since all devs will need to deal with ids at some time. > >I was trying some hacking like to use setAttribute on element to set id

Re: FlexJS] ComboBox Broken in JS

2016-11-15 Thread yishayw
Added info in bug report. Thanks. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-ComboBox-Broken-in-JS-tp56338p56511.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Accordion added.

2016-11-15 Thread yishayw
Alex (or anyone else), header issues aside, I'm still struggling to make this Accordion work on the JS side. It works as expected on the flash side. I opened a bug https://issues.apache.org/jira/browse/FLEX-35175 I hope you can take a look, as I've been struggling to understand the issue. -- V

Re: [FlexJS] how to set an id in html tag

2016-11-15 Thread Carlos Rovira
Hi I check Harb's link and seems nothing was decided. I think this is important since all devs will need to deal with ids at some time. I was trying some hacking like to use setAttribute on element to set id without luck, so I suppose I would need some compiler support. Should I make a Jira ticke

node externs

2016-11-15 Thread Harbs
FYI I had a pull request merged for the node externs[1]. Is there anything we need to do to make sure the newer extern file is downloaded and used to generate the node.swc? The change is necessary to use final() to produce a buffer. Harbs [1]https://github.com/google/closure-compiler/pull/2150

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Ok! I will try! :) It will be about my twenty first line of code in JAVA :) Never touch java in my life. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56507.html Sent f

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 12:56 PM, "piotrz" wrote: >Hmm...Cause source of falcon and other things I have on drive d:. Maven >repository is on c:. That's could be the case - I will try to move >everything to one drive. If you have time, it would be better to try to fix the code in MXMLFlexJSPublisher.java.

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Hmm...Cause source of falcon and other things I have on drive d:. Maven repository is on c:. That's could be the case - I will try to move everything to one drive. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.n

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
I'm wondering if it could be that the compiler is trying to find that path on your d: drive instead of c: There is code in compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/fl exjs/MXMLFlexJSPublisher.java in flex-falcon that tries to come up with the path. Maybe it isn'

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Rally strange. Yes log is showing that file was downloaded [1]. I have full permission on this file. [1] https://paste.apache.org/i7fD - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-conce

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 11:17 AM, "piotrz" wrote: >Ohh... :) Ok I've added catch in that place. Compiler can't find file [1]. >I've checked and I have this file in that path: >google-closure-library-0.0-20150902-b129bb9e.jar. > >I did remove everything from that folder and rebuild everything failed >again

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Ohh... :) Ok I've added catch in that place. Compiler can't find file [1]. I've checked and I have this file in that path: google-closure-library-0.0-20150902-b129bb9e.jar. I did remove everything from that folder and rebuild everything failed again. [1] https://paste.apache.org/nLd1 - Ap

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 10:32 AM, "piotrz" wrote: >In general I'm able to build Falcon, FlexJS and typedefs, but built of >example itself is just not working. > >What do you mean saying: "add more code to JSGoogPublisher " ? The log shows an exception caused by code at line 264 in compiler-jx/src/main/ja

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
In general I'm able to build Falcon, FlexJS and typedefs, but built of example itself is just not working. What do you mean saying: "add more code to JSGoogPublisher " ? - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
On 11/15/16, 10:13 AM, "piotrz" wrote: >Alex, > >The most recent is this one [1]. Take a look into the moment when App.js >has >been compiled. I haven't seen that before. You have all the source code, right? Can you add more code to JSGoogPublisher to get more information about the exception

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
Alex, The most recent is this one [1]. Take a look into the moment when App.js has been compiled. [1] https://paste.apache.org/WRup Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread Alex Harui
I'm unclear as to what error you are now getting. Which is the most recent log? -Alex On 11/15/16, 10:04 AM, "piotrz" wrote: >I've just update my java version and nothing change. Still same error. > > > >- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http:

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-15 Thread piotrz
I've just update my java version and nothing change. Still same error. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56495.html Sent from the Apache Flex Development mail

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Accordion added.

2016-11-15 Thread yishayw
Thanks, it should be fixed with commit eb71e556109f6e7b8be0097198b8c63f6248bf5b [eb71e55]. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-1-2-git-commit-flex-asjs-refs-heads-develop-Accordion-added-tp56493p56494.html Sent from the Apache Flex Developme

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Accordion added.

2016-11-15 Thread Alex Harui
Hey Yishay, Maven build does header checks and is failing on missing Apache headers on some of these new files. -Alex On 11/15/16, 12:24 AM, "yish...@apache.org" wrote: >Repository: flex-asjs >Updated Branches: > refs/heads/develop c9d3c3de0 -> 9834f8e3c > > >Accordion added. > > >Project: ht