Re: [07/13] git commit: [flex-asjs] [refs/heads/release0.8.0] - give up on trying to use FlexBox for full-screen 3-pane views. FlexBox seems more happy stretching to content size instead of clipping a

2017-07-30 Thread Alex Harui
It will either work in the examples that use it or it won't. Try it and find out. -Alex On 7/30/17, 3:04 AM, "Harbs" wrote: >I think I just ran into the same issue. > >This layout seems to more-or-less do the job, but it’s kind of heavy. > >I did some research into flexbox and it appear that s

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 1129 - Still Failing

2017-07-30 Thread piotrz
Hi Harbs, Yes I saw it but I didn't have time to proper look. My first thought is that this is some problem not related to our build. Maybe I should contact with infra. Not sure. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-developm

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
There are quite a few fixes to XML in particular in the nightly, so I would recommend that you use the nightly anyway. If you need help getting the nightly, let us know. Thanks, Harbs > On Jul 30, 2017, at 11:05 PM, Jim Norris wrote: > > That's great news! I am using 0.8 right now although I

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 1129 - Still Failing

2017-07-30 Thread Harbs
The Maven build has been failing for the last 3 days. I could not figure out why. (The Ant build seems to be fine.) Does any of the Maven folks want to take a look? Thanks, Harbs > On Jul 30, 2017, at 11:00 PM, Apache Jenkins Server > wrote: > > The Apache Jenkins build system has built Flex

RE: XML hasOwnProperty method

2017-07-30 Thread Jim Norris
That's great news! I am using 0.8 right now although I may need to get this update to be able to progress much further. Thanks, Jim -Original Message- From: Harbs [mailto:harbs.li...@gmail.com] Sent: Sunday, July 30, 2017 3:47 PM To: dev@flex.apache.org Subject: Re: XML hasOwnProper

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
I just pushed a fix. If you know how to patch your build, you can do that. Otherwise, the fix should be in tomorrow’s nightly. Thanks, Harbs > On Jul 30, 2017, at 10:47 PM, Harbs wrote: > > I just tried this and I see the problem. > > I should have it fixed soon… > >> On Jul 30, 2017, at 10:

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
I just tried this and I see the problem. I should have it fixed soon… > On Jul 30, 2017, at 10:38 PM, Harbs wrote: > > Hi Jim, > > Do you get some kind of error when you do this? Are you using 0.8.0 or the > nightly? > > I don’t think hasOwnProperty is something I personally use, so I wouldn

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
Hi Jim, Do you get some kind of error when you do this? Are you using 0.8.0 or the nightly? I don’t think hasOwnProperty is something I personally use, so I wouldn’t be too surprised if there are issues there. (FWIW, you should be able to use if(resourceXML.@collapsible.length()) as a workaro

XML hasOwnProperty method

2017-07-30 Thread Jim Norris
This may be for Harbs as I think he did a lot of the work for XML. I am working on some existing Flex code and trying to convert portions of it to FlexJS. As part of the application it loads a lot of XML files and uses E4X to parse them. I was able to get this working quickly in swf format, s

Re: [FlexJS] ClippingViewport

2017-07-30 Thread Peter Ent
I must have forgotten to delete that. Peter > On Jul 30, 2017, at 7:20 AM, Harbs wrote: > > Is anyone using ClippingViewport? > > It seems to be extraneous at this point. Viewport does clipping by default. > > Thanks, > Harbs

[FlexJS] ClippingViewport

2017-07-30 Thread Harbs
Is anyone using ClippingViewport? It seems to be extraneous at this point. Viewport does clipping by default. Thanks, Harbs

Re: [07/13] git commit: [flex-asjs] [refs/heads/release0.8.0] - give up on trying to use FlexBox for full-screen 3-pane views. FlexBox seems more happy stretching to content size instead of clipping a

2017-07-30 Thread yishayw
Here's a test app [1] that demonstrates it. [1] https://paste.apache.org/i5Ui -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-07-13-git-commit-flex-asjs-refs-heads-release0-8-0-give-up-on-trying-to-use-FlexBox-for-full-scred-tp63598p63599.html Sent fro

Re: [07/13] git commit: [flex-asjs] [refs/heads/release0.8.0] - give up on trying to use FlexBox for full-screen 3-pane views. FlexBox seems more happy stretching to content size instead of clipping a

2017-07-30 Thread Harbs
I think I just ran into the same issue. This layout seems to more-or-less do the job, but it’s kind of heavy. I did some research into flexbox and it appear that setting flex-basis to 0 does the job. It needs to be set on ONLY the one flexible child. Here’s a codepen which shows a use case. htt

RE: [FlexJS, MDL] Menu with dataProvider and itemRenderer API

2017-07-30 Thread yishayw
Added the stack trace to the bug. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Menu-with-dataProvider-and-itemRenderer-API-tp57637p63597.html Sent from the Apache Flex Development mailing list archive at Nabble.com.