Re:Flex Scroller optimization

2015-04-17 Thread DarkStone
Hi after24, I believe I had replied you on this topic, in case you missed it, here is the link (at the 13th floor): http://apache-flex-development.247.n4.nabble.com/Scroller-optimization-td41774.html#a42858 What I'am saying is, by simply using the cacheAsBitmap mechanism, you can achieve th

AW: Flex SDK Converter Maven Extension available

2015-04-17 Thread Christofer Dutz
Snapshot should be available. At least I deployed it a few hours ago :-) Gesendet mit meinem HTC - Reply message - Von: "Frédéric THOMAS" An: "dev@flex.apache.org" Betreff: Flex SDK Converter Maven Extension available Datum: Fr., Apr. 17, 2015 20:56 Hi Chris, Seems cool, do you have a

RE: Flex SDK Converter Maven Extension available

2015-04-17 Thread Frédéric THOMAS
Hi Chris, Seems cool, do you have a snapshot ? I will have more time on Sunday to continue the converter test and could be a good opportunity to try this version too. Thanks, Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: Flex SDK Converter Maven Extensio

Flex SDK Converter Maven Extension available

2015-04-17 Thread Christofer Dutz
Hi Guys, I invested several days in extending Flexmojos to use the flex-sdk-converter (AKA Mavenizer). I ended up with a version of Flexmojos that allowed to build flex applications without any dependencies at all (compiler, player/airglobal, framework were added automatically). By setting som

Re: [FlexJS} RBLs and SWCs

2015-04-17 Thread Alex Harui
On 4/17/15, 4:57 AM, "Michael Schmalle" wrote: >You're correct Alex, rbls were a full SDK OR user library. You could say >we >developed that global container to make plug and play with IntelliJ >instant. Two years, my brain is a bit hazy. > >My design decision was, the SWC compiler did a job, w

Re: [FlexJS} RBLs and SWCs

2015-04-17 Thread Michael Schmalle
You're correct Alex, rbls were a full SDK OR user library. You could say we developed that global container to make plug and play with IntelliJ instant. Two years, my brain is a bit hazy. My design decision was, the SWC compiler did a job, we had other compilers that did other jobs. For myself it

Flex Scroller optimization

2015-04-17 Thread after24
Hello, I have been working on the scroller component to improve the framerate of the scrolling operations with an optimization based on the blitting technique. In this experiment, the Scroller component has a new boolean property named cacheViewport. When cacheViewPort is set to true, all scrolli

[FlexJS} RBLs and SWCs

2015-04-17 Thread Alex Harui
Mike, Fred, I spent more time looking at the RBL code from Randori. It could be that I haven’t fully understood the code, but it appears so far that RBL are a higher-level container of things, and I’m currently thinking I can do everything I need in a SWC. Do you guys remember what the advantage