Re: ADG tests

2013-08-27 Thread Mark Kessler
Sounds great. I'll have to give it a try later on. It gave me a few timeout errors on this run ruining the length of time it ran. -Mark On Tue, Aug 27, 2013 at 9:00 PM, Justin Mclean wrote: > Hi, > > Done and checked in, so you should now see significant improvement in > performance with bot

Re: Next release version?

2013-08-27 Thread Mark Kessler
Except those ones that are public methods with the @private tag. I'll just copy from the ones near it. -Mark On Tue, Aug 27, 2013 at 8:21 PM, Justin Mclean wrote: > Hi, > > > What is our next release version number going to be? > What ever we decided it to be - currently 4.11.0, unless we deci

Re: ADG tests

2013-08-27 Thread Justin Mclean
Hi, Done and checked in, so you should now see significant improvement in performance with bot the mx:ADG and mx:DG over previous version of the SDK. Your millage will vary but it's more noticeable with the ADG, sorting, horizontal scrolling and for larger data grids. Also fixed a bug with the

Re: ADG tests

2013-08-27 Thread Justin Mclean
Hi, > Now if we could just get the DataGrid run time tests to improve :P > > BUILD SUCCESSFUL > Total time: 18 minutes 37 seconds Just working on that or rather making the mx:Datagrid faster as well :-) It's not going to be as dramatic as the speed improvement in the ADG tests as there's lots

Re: Next release version?

2013-08-27 Thread Justin Mclean
Hi, > What is our next release version number going to be? What ever we decided it to be - currently 4.11.0, unless we decide it's a minor release and go with 4.10.1. > Also are we going to put the ASDOC information to the latest versions? @prodictversion should be the version it was added in IM

Next release version?

2013-08-27 Thread Mark Kessler
What is our next release version number going to be? I sensed there would be confusion about it because of the FB version issue. Also are we going to put the ASDOC information to the latest versions? e.g. /** * comments... * * @langversion 3.0 * @playerversion Flash 11.8 * @playerversi

flash builder 4.7 with flex 4.10 issue

2013-08-27 Thread Ram Lee
When I set the -advanced-telemetry compiler argument on a AIR-based Flex project, runnig and debugging are all good, but I lose 'content-assist' feature of the flash builder and lose 'ASDoc when hover' feature. Anybody can verify this problem? any solutions? Running on Mac OS X 10.8.4. Ram Lee

Re: ADG tests

2013-08-27 Thread Mark Kessler
No because I had already synced in the new changes from last night. So I ran the "mini_run.sh components/AdvancedDataGrid". Normally I either do a single component test or a full run. Now if we could just get the DataGrid run time tests to improve :P BUILD SUCCESSFUL Total time: 18 minutes 37

Re: ADG tests

2013-08-27 Thread Justin Mclean
HI, > Nice build time. Build time should be the same, it's run time of the tests that have improved. > BUILD SUCCESSFUL > Total time: 2 minutes 0 seconds Do you know what the total time before that fix? Thanks, Justin

Re: ADG tests

2013-08-27 Thread Mark Kessler
Nice build time. BUILD SUCCESSFUL Total time: 2 minutes 0 seconds -Mark On Tue, Aug 27, 2013 at 5:44 AM, Kessler CTR Mark J < mark.kessler@usmc.mil> wrote: > I'll run it when I get home tonight. I have to run tests for the DataGrid > (20 mins by itself :/ ) anyways. > > -Mark > > -O

Re: Anyone knows about the progress of as4?

2013-08-27 Thread aYo ~
I second that aYo www.ayobinitie.com mrbinitie.blogspot.com On 27 Aug 2013 18:06, "Alex Harui" wrote: > > > On 8/27/13 9:37 AM, "峰郭" wrote: > > >Thank you. > >This is really a pity! > >Does apache have plan to enhance the ability of as3? > >Maybe do something like xtend

Re: Anyone knows about the progress of as4?

2013-08-27 Thread Alex Harui
On 8/27/13 9:37 AM, "峰郭" wrote: >Thank you. >This is really a pity! >Does apache have plan to enhance the ability of as3? >Maybe do something like xtend . I don't have any plans, but at Apache, anyone who is interested can start working on something like that. If

Re: Anyone knows about the progress of as4?

2013-08-27 Thread 峰郭
Thank you. This is really a pity! Does apache have plan to enhance the ability of as3? Maybe do something like xtend . On 28 August 2013 00:20, Mark Fuqua wrote: > Adobe referred to it a AS Next (you will have greater success searching for > that term rather than

Performance Optimization

2013-08-27 Thread Patel Amit
Hi, I just wanted to know some thing related to FB 4.7 and Apache flex 4.10.0. 1 - Is there any websites or blogs where I can find the new components into these recent Apache flex 4.10 release . 2 - is there any performance optimization compared to previously flex sdks ? 3 - Using these sdks ,

RE: Anyone knows about the progress of as4?

2013-08-27 Thread Mark Fuqua
Adobe referred to it a AS Next (you will have greater success searching for that term rather than as4) and have since publically abandoned it. Mark -Original Message- From: 峰郭 [mailto:hydra1...@gmail.com] Sent: Tuesday, August 27, 2013 12:12 PM To: dev@flex.apache.org Subject: Anyone kno

Re: Anyone knows about the progress of as4?

2013-08-27 Thread John Cunliffe
You need to read more carefully on the updates - as4 / next has been removed from Adobe's plans. Am 27.08.2013 18:12 schrieb "峰郭" : > According to this< > http://www.rivellomultimediaconsulting.com/actionscript-4-revealed/?doing_wp_cron=1377619352.1802570819854736328125 > > > article, > seems adob

Re: Anyone knows about the progress of as4?

2013-08-27 Thread Avi Kessner
They had something called actionscript next, but they canceled it. On 27 Aug 2013 19:12, "峰郭" wrote: > According to this< > http://www.rivellomultimediaconsulting.com/actionscript-4-revealed/?doing_wp_cron=1377619352.1802570819854736328125 > > > article, > seems adobe has a plan for as4. But I ca

Re: ListCollectionView ordering issue

2013-08-27 Thread Alex Harui
On 8/27/13 7:49 AM, "Marcus Wilkinson" wrote: >Hi all, > >I just upgraded our application to use Apache Flex 4.10 (Great work >everyone who contributed anyway - and thanks for keeping me in a job :) ) > >I just noticed an issue where adding a collection to another using addAll >the ordering is

Anyone knows about the progress of as4?

2013-08-27 Thread 峰郭
According to this article, seems adobe has a plan for as4. But I can not get more info about it. Can anyone help me?

ListCollectionView ordering issue

2013-08-27 Thread Marcus Wilkinson
Hi all, I just upgraded our application to use Apache Flex 4.10 (Great work everyone who contributed anyway - and thanks for keeping me in a job :) ) I just noticed an issue where adding a collection to another using addAll the ordering is wrong. https://issues.apache.org/jira/browse/FLEX-33683

RE: ADG tests

2013-08-27 Thread Kessler CTR Mark J
I'll run it when I get home tonight. I have to run tests for the DataGrid (20 mins by itself :/ ) anyways. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, August 27, 2013 12:14 AM To: dev@flex.apache.org Subject: ADG tests Hi, Can someone