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
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
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
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
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
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