Re: [VOTE] Apache Flex FlexUnit 4.2.0 RC4

2014-04-09 Thread Erik de Bruin
Moving this to [DISCUSS] to keep thread clean. EdB On Thu, Apr 10, 2014 at 8:01 AM, Justin Mclean wrote: > Hi, > > Thanks for voting. What platform did you compile it on? > > > - and this is where the reason for the half vote comes in: I've never > > worked with FlexUnit, so I can't test the

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC4

2014-04-09 Thread Erik de Bruin
I'm on OS X (10.9.2) I've just ran 'ant package' and it failed with this error: "Basedir /Users/erik/Desktop/apache-flex-flexunit-4.2.0-4.12.0-src/FlexUnit4Test does not exist" Guess the other half of my vote isn't earned yet by this release, as a matter of fact - if it's not me doing stuff wron

Re: [VOTE] Apache Flex FlexUnit 4.2.0 RC4

2014-04-09 Thread Justin Mclean
Hi, Thanks for voting. What platform did you compile it on? > - and this is where the reason for the half vote comes in: I've never > worked with FlexUnit, so I can't test the functionality of the package... Did the unit tests passed when you did an ant package? FlexUnit uses FlexUnit to test i

Re: [VOTE] Apache Flex FlexUnit 4.2.0 RC4

2014-04-09 Thread Erik de Bruin
+0.5 (binding) - sigs good - docs look good, although my legalese is a bit rusty - build OK - and this is where the reason for the half vote comes in: I've never worked with FlexUnit, so I can't test the functionality of the package... EdB On Thu, Apr 10, 2014 at 12:23 AM, Justin Mclean wrote

Re: In Apache Flex 4.10 and 4.12 why does setting a dataProvider on a spark datagrid prevent the module it resides in from unloading from it's AIR application shell.

2014-04-09 Thread Alex Harui
For those not watching the bug, the test case in the bug [1] unloaded properly after I commented some stuff out to get it to compile. [1] https://issues.apache.org/jira/browse/FLEX-34194 On 4/9/14 5:31 PM, "jude" wrote: >It sounds like there is still a reference somewhere. I stepped through th

Re: [FlexJS] CSS Box Model

2014-04-09 Thread jude
One more thing to keep in mind is display modes. There are some such as inline(?) that ignore width and height values and instead size to fit. Then there are some, like block, that fill all available space in a container pushing all other elements to the next line. Then there is inline-block which

Re: In Apache Flex 4.10 and 4.12 why does setting a dataProvider on a spark datagrid prevent the module it resides in from unloading from it's AIR application shell.

2014-04-09 Thread jude
It sounds like there is still a reference somewhere. I stepped through the dataProvider property in the past because there is an confusing / deferred way that the list base classes keep track of selected indexes / selected items when you update or assign the dataProvider but I haven't looked at it

[VOTE] Apache Flex FlexUnit 4.2.0 RC4

2014-04-09 Thread Justin Mclean
Hi, This is a Apache Flex FlexUnit 4.2.0 release candidate 4 and the first release of FlexUnit under Apache. I'd like to thank Cyril Zadra on all the hard work he did on putting the Flex Unit donation into good shape. Change from RC3 are minimal and include: - Changes to the source LICENCE fi

[DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC4

2014-04-09 Thread Justin Mclean
Hi, Please place all of the discussion here and not in the [VOTE] thread. Thanks, Justin

Re: In Apache Flex 4.10 and 4.12 why does setting a dataProvider on a spark datagrid prevent the module it resides in from unloading from it's AIR application shell.

2014-04-09 Thread Davorian
I've created a sample project with just a spark data grid in a module loaded by an air app shell. My other original post has a link to a apache Flex jira which has a downloadable intellij project with this setup. Testing this is what confirmed the issue for us. Please can someone take a look at thi

Re: Build failed in Jenkins: flex-sdk #749

2014-04-09 Thread Erik de Bruin
Same error as before, but this time it's with the "delete and clean pull" option enabled. I think there is something wrong with the git install on the slave, but that's a wild guess. Back to INFRA, I'm afraid. EdB On Wed, Apr 9, 2014 at 3:27 PM, Apache Jenkins Server < jenk...@builds.apache.or

Re: In Apache Flex 4.10 and 4.12 why does setting a dataProvider on a spark datagrid prevent the module it resides in from unloading from it's AIR application shell.

2014-04-09 Thread João Fernandes
Are you sure that's the only allocation? Also sure that there is no custom code adding eventListeners to it or storing the object in some property? On 9 April 2014 11:11, Davorian wrote: > Hi Jude, > > Yep I've tried that, unfortunately it didn't work. :-| > > I'm aware there must a reference t

Re: In Apache Flex 4.10 and 4.12 why does setting a dataProvider on a spark datagrid prevent the module it resides in from unloading from it's AIR application shell.

2014-04-09 Thread Davorian
Hi Jude, Yep I've tried that, unfortunately it didn't work. :-| I'm aware there must a reference to the module created by doing this, however, I'm of the belief that it's within the framework, as setting the dataProvider to null does not work, how am I to remove references from such a simple case

Re: In Apache Flex 4.10 and 4.12 why does setting a dataProvider on a spark datagrid prevent the module it resides in from unloading from it's AIR application shell.

2014-04-09 Thread jude
Can you try to set the data provider to null before calling unload? Objects will stay in memory as long as something else has a strong reference to them. Here's a few references I found on it, http://dreamingwell.com/articles/archives/2008/05/understanding-m.php, http://blogs.adobe.com/aharui/tag/m