FlexUnit Compatibility (was FlexUnit 4.3)

2015-04-18 Thread Michael A. Labriola
Question for the group: The FlexUnit dependencies could be a lot cleaner but right now we have static classes that reach out to try to figure out if it's an AS only application or a Flex application among other things. The reason we do this is that Flash Builder has a wrapper for the FlexUnit c

Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread DarkStone
Hi jude, I agree what you said, I just need more tests to make sure : ) I think technically it is not required to modify the Scroller.as to do this, it can be done by writting a subclass of the Group, listens for its touchInteractionStart and touchInteractionEnd events, and override its horizo

Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread jude
Darkstone, I like that you can do everything now with the current scroller but that requires you to know what to do. The advantage of this is that you only have to set a property on the scroller to get the benefits. If it is able to be turned off then it can be added to the class without breaking a

Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread DarkStone
Hi after24, I see the screen capture this time by using a proxy. It seems the performance difference between both is significant. Can you send me your Android demo (apk file) to my personal email? Which is darkst...@163.com I know you have a apk file on Google Play, but China blocks all google

Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread after24
DarkStone,Here is a Twitter link to the screen capture : https://twitter.com/after24_studio/status/589389289059942400 1 ->Both tests are made under gpu render mode.2 ->The difference between the two techniques is significant, on a nex

AW: Flex SDK Converter Maven Extension available

2015-04-18 Thread Christofer Dutz
Ok ... today I started testing the extension with older Maven versions and with the extension installed in MAVEN_HOME/lib/ext instead of having it referenced from ".mvn/extension.xml" and it seems I have to put a little more work into this option. But feel free to test it with 3.3.1 :-) Chris

Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread DarkStone
Hi after24, I cannot open the link you provided (maybe it's because I'm in China): https://www.imageupload.co.uk/image/ZTUi So, I just wanna ask you 2 questions: 1: Are the both tests using the "gpu" for renderMode? (If not, please do so) 2: The performance gap between the two techniques, are

Re: Re:Flex Scroller optimization

2015-04-18 Thread after24
Hello Darkstone, I made a comparison (on a nexus 7) using your approch with the same viewport content as in my demo application. Here is a link to a scout screen capture of the two methods that shows the performance gap between the two techniques : https://www.imageupload.co.uk/image/ZTUi