Re: [FlexJS] Working to fix a compiler bug - problem with the Problems

2017-03-03 Thread Greg Dove
I believe MXML is supposed to treat more than one child in a child tag as an array. And thus, the equivalent AS code for: is: initialView = [ new MyInitialView, new MyOtherInitialView]; I understood the same, but I had thought it was supposed to be a bit smarter than that and only

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Alex Harui
Excellent! Thanks for sticking with it. -Alex On 3/3/17, 11:05 PM, "Greg Dove" wrote: >That was it. Downgrading firefox worked. Thanks! > >I saw the browser launch and quick test from ant checkintests, > >I did not see it from the maven build: >mvn clean install -P

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Greg Dove
That was it. Downgrading firefox worked. Thanks! I saw the browser launch and quick test from ant checkintests, I did not see it from the maven build: mvn clean install -P build-examples -Drat.skip=true ...then I remembered I had an unrelated issue with using distributionTargetFolder defined

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Alex Harui
On 3/3/17, 9:53 PM, "Greg Dove" wrote: >Thanks, I'm running 51.0.1, I'll see if I can downgrade that. Suffice to >say that "If you are using Ant, it should just work" was not quite >applicable in my case :). >A lof of this is very likely due to me being unfamiliar with the

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Greg Dove
Thanks, I'm running 51.0.1, I'll see if I can downgrade that. Suffice to say that "If you are using Ant, it should just work" was not quite applicable in my case :). A lof of this is very likely due to me being unfamiliar with the territory here, though. On Sat, Mar 4, 2017 at 6:45 PM, Alex

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Alex Harui
What version of Firefox are you using? We are currently using Selenium 2.53.1. I think it likes FF 47.0.1. HTH, -Alex On 3/3/17, 6:48 PM, "Greg Dove" wrote: >Thanks Chris, and Alex, > > >I am still working on getting the browser test support to work via either >maven or

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Greg Dove
Thanks Chris, and Alex, I am still working on getting the browser test support to work via either maven or ant checkintests. Thus far I get a firefox launch when running ant checkintests but nothing displays and I eventually get org.openqa.selenium.firefox.NotConnectedException: Unable to

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Justin Mclean
HI, > For the framework: > A simple “mvn clean install” compiles just the framework libs, but doesn’t > build the examples. > If you do a “mvn clean install –P build-examples” it will also build the > examples (Examples will run a small unit test that tests, the build artifacts > are correctly

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 247: Fixed

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

[FlexJS][Maven] JS-only

2017-03-03 Thread Alex Harui
Hey Maven Experts, Over in the flex-asjs branch named "dual", I am trying to get the projects in examples/native to build. The two projects that build in Ant are ButtonExample and USStatesMap. These projects do not produce a SWF, only HTML/JS/CSS. In Maven, ButtonExample now compiles cleanly,

Re: massive memory leak in Flex

2017-03-03 Thread Alex Harui
On 3/3/17, 1:23 PM, "Jason Taylor" wrote: >sounds good, this is all stemming from a memory I discovered in our >SparkTree component which is based off >https://github.com/kachurovskiy/Spark-Tree which I'm sure a lot of people >use. In the middle of redesigning a solid tree

RE: massive memory leak in Flex

2017-03-03 Thread Jason Taylor
sounds good, this is all stemming from a memory I discovered in our SparkTree component which is based off https://github.com/kachurovskiy/Spark-Tree which I'm sure a lot of people use. In the middle of redesigning a solid tree component based of SaturnBoy's work that is FAR more performant

Re: [FlexJS, MDL] Add example "MDLDynamicTabsExample"

2017-03-03 Thread piotrz
Hi Olaf, Glad to hear that! :) Thank you! - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-example-MDLDynamicTabsExample-tp59888p60051.html Sent from the Apache Flex Development mailing list

Re: [FlexJS, MDL] Add example "MDLDynamicTabsExample"

2017-03-03 Thread OK
piotrz wrote > Hi All, > > I just added "MDLDynamicTabsExample" example which illustrate how to > create "Tab" dynamically in our MDL library. [1] > > [1] > https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/MDLDynamicTabsExample > > Piotr Hi Piotrz, I've just checked it out and

Re: massive memory leak in Flex

2017-03-03 Thread Alex Harui
What I sometimes do as add a Label to the app that displays System.totalMemory. It reach a max after several minutes. I run the app for several minutes before going to bed, write down the System.totalMemory number, then when I wake up I see if it has climbed or the app has crashed. -Alex On

RE: massive memory leak in Flex

2017-03-03 Thread Jason Taylor
player 22, windows 7 64, when scout is running it appears no objects get released to the gc, so this appears to be a bug with scout. -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, March 02, 2017 8:45 PM To: dev@flex.apache.org Subject: Re: massive memory

Re: [FlexJS] Coordinate Space

2017-03-03 Thread Peter Ent
Hi, I think I understand this now. When you set x, y on a component, you will be setting the left and top styles on the HTML element. Setting these properties will no longer set the position style (which will remain unchanged it has been set). The Container classes will no longer have a default

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-03 Thread piotrz
I have found in MDL library that process of upgrade won't occur if component is already upgraded. In this case I could get rid off this isDynamic property and just add upgrade ability as default. What do you think Carlos ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-03 Thread piotrz
In order to refresh dynamically created element in some cases I have to upgrade also subcomponent. In each scenario it can be something else. I've created UpgradeElement which can upgrade only simple component. In case of Button this will be working: var btn:Button = new Button();

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-03 Thread Alex Harui
On 3/3/17, 8:00 AM, "piotrz" wrote: >I didn't think about such scenario, so it look like we should expose >isDynamic also to MXML. That might work, although it can't be a constructor parameter. MXML doesn't allow constructor parameters. I would rather explore why

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-03 Thread piotrz
I didn't think about such scenario, so it look like we should expose isDynamic also to MXML. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Dynamic-Child-Problem-tp59595p60043.html Sent

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Christofer Dutz
And if you create a feature-branch “feature/{mybranchname}” in all three repos, Jenkins will automatically create a job to build that branch (currently it doesn’t work if you do this only in one of the repos) Chris Am 03.03.17, 05:59 schrieb "Greg Dove" : There are

Re: [FlexJS] Any gude to getting checkintests working

2017-03-03 Thread Christofer Dutz
Hi Greg, With Maven it should also work. For the compiler: If you do a “mvn clean install” it should run almost all unit-tests and integration-tests. If you define an Evironment variable FLASHPLAYER_DEBUGGER (Same as for the ANT build) pointing to the flash debug player the integration-tests

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-03 Thread Harbs
Yeah. Debugging these things are not fun. Chrome also allows you to set breakpoints on DOM elements. I’ve found this useful in breaking at a specific place in the lifecycle to see what’s going on. > On Mar 3, 2017, at 7:24 AM, Alex Harui wrote: > > > > On 3/2/17, 8:51 PM,

Re: [FlexJS] Error with Alert.show

2017-03-03 Thread Harbs
Thanks Greg! > On Mar 3, 2017, at 9:48 AM, Greg Dove wrote: > > Quick update here, for anyone who may come across this thread: the > Reflection data bug mentioned earlier in the thread is fixed in recent > builds. > > On Sat, Feb 18, 2017 at 8:50 PM, Alex Harui