Re: [FlexJS] RC3 Approval script error

2016-04-04 Thread Carlos Rovira
Thanks Alex, it seems that something is wrong in my macbookpro I'll try to fix this as I get some time. Thanks for you support on this problem Carlos 2016-04-03 23:11 GMT+02:00 Alex Harui : > The open command has a map of suffix to application. Sounds like it is > incorrect. Reinstall flash

RE: Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-04 Thread Kessler CTR Mark J
+1 Binding -Mark

Re: [FlexJS] Demo: FalconJX + AngularJS + Angular Material

2016-04-04 Thread OK
Awesome! Thanks for working on this! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Demo-FalconJX-AngularJS-Angular-Material-tp52145p52178.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

FlexJS World Tour - Livestream NOW!

2016-04-04 Thread OmPrakash Muppirala
Please join now at: https://my.adobeconnect.com/flexjstoursf Thanks, Om

Re: git commit: [flex-utilities] [refs/heads/develop] - Added support for retina resolution

2016-04-04 Thread Josh Tynjala
I've been meaning to do this too! It bugs me every time when the installer looks all pixelly. Thanks! - Josh On Apr 4, 2016 2:28 PM, wrote: > Repository: flex-utilities > Updated Branches: > refs/heads/develop b3f5ddc8f -> 3d7aa9190 > > > Added support for retina resolution > > > Project: http

Re: git commit: [flex-utilities] [refs/heads/develop] - Added support for retina resolution

2016-04-04 Thread OmPrakash Muppirala
That was the first commit from our hackathon here at the FlexJS event in San Francisco :-) Thanks, Om On Mon, Apr 4, 2016 at 3:01 PM, Josh Tynjala wrote: > I've been meaning to do this too! It bugs me every time when the installer > looks all pixelly. Thanks! > > - Josh > On Apr 4, 2016 2:28 PM

[GitHub] flex-asjs pull request: flex-asjs: pass AIR_HOME to AIR SDK compil...

2016-04-04 Thread arcticgeek
GitHub user arcticgeek opened a pull request: https://github.com/apache/flex-asjs/pull/4 flex-asjs: pass AIR_HOME to AIR SDK compiler via the build script. You can merge this pull request into a Git repository by running: $ git pull https://github.com/arcticgeek/flex-asjs deve

Re: [FalconJX][FlexJS] Local Functions code gen

2016-04-04 Thread Nimai
I hope it's OK etiquette to add onto this old thread, but it appears related to this issue. Please see the source AS3 and resulting JS below. The "self" var is emitted but not used. If I manually add "self." in front of the reference to "bar", it does work! / ACTIONSCRIPT / package {

Re: [FalconJX][FlexJS] Local Functions code gen

2016-04-04 Thread Alex Harui
I'm pretty sure we haven't deal with "internal" keyword yet. Patches are welcome, or file a JIRA issue? Thanks, -Alex On 4/4/16, 8:06 PM, "Nimai" wrote: >I hope it's OK etiquette to add onto this old thread, but it appears >related >to this issue. Please see the source AS3 and resulting JS be