Re: Wanted 3rd party examples for Tour De Flex

2014-10-18 Thread Justin Mclean
Hi, > Updated, can you please check now? Looks good to me. But you may want to checkout TourDeFlex, compile it and see how it goes. I've committed the changes o the 3rd party file into git. Justin

Re: Wanted 3rd party examples for Tour De Flex

2014-10-18 Thread Flexicious.com
Updated, can you please check now? On Fri, Oct 17, 2014 at 8:37 PM, Justin Mclean wrote: > Hi, > > To make it consistant with the other examples would you mind adding a > panel around the content? > > height="100%"> > > > paddingRight="10" paddi

Getting Started with Flexmojos and Falcon

2014-10-18 Thread Christofer Dutz
Hi Guys, I just finished deploying a new version of Flexmojos 7.1.0-SNAPSHOT This Version brings both support for Falcon as well as support for Maven 3.1 and above. On the "downside" Flexmojos is now no longer compatable with Maven 3.0 and no default compiler and framework is available. Now yo

Re: [1/7] git commit: [flex-asjs] [refs/heads/develop] - Add MouseEvent

2014-10-18 Thread Alex Harui
On 10/18/14, 1:05 AM, "OmPrakash Muppirala" wrote: >On Oct 17, 2014 10:42 PM, "Alex Harui" wrote: >> >> Why did we need our own MouseEvent? I was expecting to use >> flash.events.MouseEvent and whatever the native MouseEvent is in >> HTML/JS/CSS? > > >This MouseEvent is just a wrapper around

AW: Changes to the mavenizer

2014-10-18 Thread Christofer Dutz
Ok after refactoring the Mavenizer to generate separate resourcebundle artifacts and this still failling, I coninued debugging Mavens internals. I think I have come up with a solution: Maven olny does the fallback conflict resolving if you dont explicitly tell it what to do: So in case of this

Re: [1/7] git commit: [flex-asjs] [refs/heads/develop] - Add MouseEvent

2014-10-18 Thread OmPrakash Muppirala
On Oct 17, 2014 10:42 PM, "Alex Harui" wrote: > > Why did we need our own MouseEvent? I was expecting to use > flash.events.MouseEvent and whatever the native MouseEvent is in > HTML/JS/CSS? This MouseEvent is just a wrapper around the respective native MouseEvents. I am following the pattern