Re: [FlexJS] State of the examples

2017-04-03 Thread Harbs
Thanks for looking into this. Between Peter’s changes to layouts and Alex’s changes to requires, things are much more fragile than they were. Both sets of changes will be good once ironed out, but there’s still work to do to get there. I’ve been getting weird errors related to missing dependen

[FlexJS] State of the examples

2017-04-03 Thread Christofer Dutz
Hi, Today I finally found some time to investigate why the Maven Jenkins Build is red for over 10 days now. It turns out that one of my integration-tests was failing. So, I thought that this might be related to some recent refactoring reducing the number of divs and generally the structure of t

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Thanks. I didn't see that. I will work on that next. ‹peter On 4/3/17, 4:38 PM, "piotrz" wrote: >Peter, > >There is such app in the example: MDLDynamicTabsExample :) > >Try it out - it also do not display Tabs. > >Piotr > > > >- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this mes

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread piotrz
Peter, There is such app in the example: MDLDynamicTabsExample :) Try it out - it also do not display Tabs. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Help-Needed-tp60946p60986.html Se

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Hi, I think I need your help again. I noticed that when I tap on something I'm taken to getmdl.io. Could you put another sample together that uses Tabs? That should help make it go faster. Thanks. Peter On 4/3/17, 11:28 AM, "piotrz" wrote: >Peter, > >I think falcon on your branch is synced, cau

Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-04-03 Thread Christofer Dutz
Yup ... all there ( See [1] I also updated the download page … have to still commit things as I forgot how the workflow was ;-) Chris [1] http://search.maven.org/#artifactdetails%7Corg.apache.flex.blazeds%7Cblazeds%7C4.7.3%7Cpom Am 03.04.17, 21:31 schrieb "Alex Harui" : Have the jars be

Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-04-03 Thread Alex Harui
Have the jars been published at mavens central? Get Outlook for Android From: Christofer Dutz Sent: Saturday, April 1, 2017 1:16:40 PM To: dev@flex.apache.org Subject: Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3 Done … but s

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
I guess I forgot what the example actually looked like - so much stuff appeared when I ran it! I will look into Tabs, and you are probably right, it would extend List if it were a list. ‹peter On 4/3/17, 11:28 AM, "piotrz" wrote: >Peter, > >I think falcon on your branch is synced, cause I did i

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread piotrz
Peter, I think falcon on your branch is synced, cause I did it. Did you check whether MDLExample is running, cause yesterday when I was checking - I did run MDLExample but Tabs component did not display any Tab. It look like to me that Tabs should extend List, but I thought that you will handle

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Hi, I now have the MDLExample running. I've committed and pushed my changes onto feature/chart-work. I have not sync'd with flex-falcon in a while - so I don't know if that makes a difference. I am hoping that any issues now are related to SWF-side layout code. Going forward, if your component n

RE: [FlexJS] OneFlexibleChildVerticalLayout

2017-04-03 Thread Yishay Weiss
Hi Peter, Yes, we noticed the problem where 100% is needed but takes up all the space. I’m glad you’re working on it. In the meantime we were able to hack something to get around this problem but I’m looking forward to implementing a cleaner solution so do let us know when that’s fixed. Would h

Re: [FlexJS] OneFlexibleChildVerticalLayout

2017-04-03 Thread Peter Ent
Hi, I believe I have fixed part of the problem. Please refresh your copy of feature/chart-work. There was a problem with the OneFlexibleChildVerticalLayout. However, there is also another problem, but that might take longer to resolve. In the meantime, leave your example exactly as you have it.

Re: Flex Air Support

2017-04-03 Thread Nicholas Kwiatkowski
Apache Flex is an open-source project -- so it won't be "going away". Right now we have a thriving community that is actively contributing code to it's success (in fact, we just released a new version of the SDK a few weeks ago). Adobe AIR is a toolkit that takes the output of Apache Flex and make

Re: [FlexJS] OneFlexibleChildVerticalLayout

2017-04-03 Thread Peter Ent
Something is not right with the layouts. I'm looking into it today. ‹peter On 4/3/17, 2:43 AM, "yishayw" wrote: >I just tested the test case upthread on feature/chart-work and I'm getting >the same problem. 'cont2' does not get sized and is not shown. > > > >-- >View this message in context: >ht