Re: [FlexJS] Some things still missing ni FlexJS

2017-01-08 Thread Harbs
There’s one thing missing which was not really in the old Flex (or maybe yes with the history scripts), but I think is really important for any single page javascript application framework: Routing (or what was called “deep linking” in older terms). On Jan 7, 2017, at 5:58 PM, Carlos Rovira wr

RE: [FlexJS] Some things still missing ni FlexJS

2017-01-08 Thread Yishay Weiss
Two things that spring to my mind are intuitive layouts and stability. From: Harbs Sent: Sunday, January 8, 2017 10:18 AM To: dev@flex.apache.org Subject: Re: [FlexJS] Some things still missing ni FlexJS There’s one thing missing whi

Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?

2017-01-08 Thread Harbs
Interesting. This is new to me as well. What’s interesting to me is that it seems like FlexJS should (mostly) not have this problem. If I’m reading it correctly, it’s reading geometric properties from the DOM which cause the reflow. Since the vast majority of reads in FlexJS is actually on the

AW: [FlexJS] Some things still missing ni FlexJS

2017-01-08 Thread Christofer Dutz
>From my side I’m missing skinnable components. I really loved the way I could >create applications with skinning. Regarding the unit-testing: I was planning on starting work on FlexUnit Support in FlexJS, first probably simple Unit-Tests without UI Automation. I guess quite some work will ha

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-08 Thread Harbs
I agree that skinning is harder than it should be. For one thing: There’s too many attributes which are set directly. More extensive use of CSS would make skinning easier. On Jan 8, 2017, at 10:49 AM, Christofer Dutz wrote: > From my side I’m missing skinnable components. I really loved the wa

Re: [Apache Flex] Code Inspection

2017-01-08 Thread piotrz
Hi Om, Just tried CI on github and add some comments to your last push :) Did you receive any email about that ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Apache-Flex-Code-Inspection-tp57931p5801

Re: [FlexJS,MDL][Discuss] Tabs, TabBar with dataProvider+itemRenderer API

2017-01-08 Thread piotrz
Carlos, I was reading on MDL github that nested tab is not supported. [1][2] In our example we have: 1) 2) 1 - In somehow it is working, so if you are using 1 in your application where outher Tabs are based on NavigationLayout - it will work. :) 2 - But this one won't work too good. If yo

Re: [FlexJS, MDL] Help with MDL

2017-01-08 Thread piotrz
Carlos, I just committed IconToggle button. I did also couple of fixes for Tabs. Still do not understand what I've missed with the style of that Tab. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.c

Re: [Apache Flex] Code Inspection

2017-01-08 Thread OmPrakash Muppirala
Yes, I received an email, but it was not cced on the dev. It would be nice if dev got those emails as well. On Jan 8, 2017 2:39 AM, "piotrz" wrote: > Hi Om, > > Just tried CI on github and add some comments to your last push :) Did you > receive any email about that ? > > Piotr > > > > - >

Re: [Apache Flex] Code Inspection

2017-01-08 Thread piotrz
This is probably impossible sinc both things. Too bad. :( Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Apache-Flex-Code-Inspection-tp57931p58016.html Sent from the Apache Flex Development mailing lis

Re: [Apache Flex] Code Inspection

2017-01-08 Thread OmPrakash Muppirala
We do get discussions on pull requests to dev (2 way integration) I will check with Infra team about this. Thanks, Om On Jan 8, 2017 9:53 AM, "piotrz" wrote: > This is probably impossible sinc both things. Too bad. :( > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- >

Re: [Apache Flex] Code Inspection

2017-01-08 Thread piotrz
Thank you! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Apache-Flex-Code-Inspection-tp57931p58019.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS, MDL] Help with MDL

2017-01-08 Thread piotrz
Carlos, I just did review of Dialogs and I would like to leave it for you or other folks. I prefer focus on MDL Example app to have real code usage exposed to user. If you have some plan about how example should look like let me know. I'm still puzzled whether start TourdeFlexJS and put there M

[FlexJS] Selenium Webdriver Integrationtests

2017-01-08 Thread Christofer Dutz
Hi, After noticing that some examples seem to compile fine, but don’t actually work, I decided to invest a day in building integration tests to test the examples in a browser (currently Firefox). As this requires the “Geckodriver” to be installed, I made the tests auto activate themselves as so

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 195: Successful

2017-01-08 Thread flex . ci . builds
flex-sdk_release-candidate - Build #195 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/195/.

[FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread sankar
Hi, I've reported this issue to JIRA at: https://issues.apache.org/jira/browse/FLEX-35227. Basically, binding to UI components do not works when following multiple class references. i.e. following thing should work: ** But this won't: ** Even if both the fields (fieldA, fieldB) has it's bindi

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-08 Thread Alex Harui
On 1/7/17, 10:56 PM, "Justin Mclean" wrote: >Hi, > >> I'm willing to help, but please help us help you. The subject line is >> confusing. I assume you tested the CI build and not some RC? > >The CI build is currently passing and the 4.16 develop branch is >identical to the CI. I tested the 4.

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-08 Thread Alex Harui
Good to know that it works for you. Congratulations Piotr, you can now claim to be one of the top 3 or 4 experts in FlexJS DataBinding. -Alex On 1/7/17, 10:57 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I just tested the fix and everything works fine! Piotr and Alex, than

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-08 Thread Alex Harui
Did you look into how Mustella/Marmotinni works? That is also an attempt to use Selenium. -Alex On 1/8/17, 11:23 AM, "Christofer Dutz" wrote: >Hi, > >After noticing that some examples seem to compile fine, but don’t >actually work, I decided to invest a day in building integration tests to >te

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread Alex Harui
How are the three elements defined? IOW: what is anyClass, a variable, a getter/setter, a [Bindable]? What about subClass? Where there any warnings in the compiler output? -Alex On 1/8/17, 9:07 PM, "sankar" wrote: >Hi, > >I've reported this issue to JIRA at: >https://issues.apache.org/jira/b

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread sankar
Alex Harui wrote > How are the three elements defined? IOW: what is anyClass, a variable, a > getter/setter, a [Bindable]? What about subClass? > > Where there any warnings in the compiler output? Here is an example code snippets that should demonstrate the problem I described above. MyIniti

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-08 Thread Justin Mclean
Hi, > The subject line says RC1. IMO, we should be testing the CI build, not RC1. As I stated I wasn’t testing RC1 I was testing the 4.16 release branch. People are free to download the CI and test that or if they want compile from the 4.16 release branch, they are identical to each other. We

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread piotrz
Hi Alex, Santanau, Since I was digging lately a bit in data binding on flexjs sight - I will try to look into that. Let you know whether this is a compiler o FlexJS sight. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-08 Thread piotrz
Hah Thank you Alex! :) And because of that I just took care for next jira related to Data Binding :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Runtime-error-when-setting-a-property-to-a-con

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread sankar
Sounds great! Thank you, Piotr! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58031.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-08 Thread Christofer Dutz
Hi Alex, Well I have to admit that Mustella is a thing I always tried avoiding as I never really managed to wrap my head around it. Just had a look at the FlexJS version and it seems to be a copy of (parts) of Mustella from the Flex SDK. At least from a few minutes of looking at the code I coul