Re: [FlexJS] "SWF-first" vs "No-SWF"

2016-04-28 Thread OK
Alex Harui wrote > We recently changed the compiler to not create the optimized JS version > unless the -debug = false. That and other changes make cross-compiling an > unoptimized JS version fast enough that folks may not see it as a problem. Ahh, sounds good... will try it. Thanks, Olaf --

Re: [FlexJS] "SWF-first" vs "No-SWF"

2016-04-28 Thread Alex Harui
On 4/28/16, 10:10 PM, "OK" wrote: >> At the San Francisco FlexJS World Tour event, I talked about the >"SWF-first" vs "No-SWF" workflows > >Only for my understanding cause I've still little FlexJS experience: >Does "No-SWF" workflow mean that we have to compile/transpile to JS all >the >time du

[FlexJS] "SWF-first" vs "No-SWF"

2016-04-28 Thread OK
> At the San Francisco FlexJS World Tour event, I talked about the "SWF-first" vs "No-SWF" workflows Only for my understanding cause I've still little FlexJS experience: Does "No-SWF" workflow mean that we have to compile/transpile to JS all the time during application development? If so, would t

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-28 Thread jude
Justin, Thanks. Could you look at this installation guide and tell me if we can get things fully setup at Apache? I don't want to start down the path of donation to have certain libraries become an iss

Re: Who's comming to ApacheCon NA and interested in the Maven training?

2016-04-28 Thread Justin Mclean
Hi Chris, I’ll come along. Thanks, Justin

Re: [FLEXJS] POC MXML "Live" Editing

2016-04-28 Thread jude
Once I have some more of it decoupled I'll work on folding that code back in. I'll provide another update when that happens. It looks like the screenshots didn't go through. http://imgur.com/a/aKp2U The first is codepen with html, css and js window and rendering on the bottom. The second image is

Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-04-28 Thread OmPrakash Muppirala
The general practice is to add the commit sha as a comment when closing a ticket. It will make things easier to track. Thanks, Om On Thu, Apr 28, 2016 at 4:39 PM, Mark Kessler (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/FLEX-35082?page=com.atlassian.jira.plugin.system.issu

Re: FlexJS World Tour - Livestream NOW!

2016-04-28 Thread Fréderic Cox
Are the videos online on YouTube somewhere? On Thu, Apr 14, 2016 at 8:25 AM, Shubham Gupta wrote: > Hi Alex, > > This resolution works well. Thank you, > > Regards, > Shubham Gupta > > On Wed, Apr 13, 2016 at 10:42 PM, Alex Harui wrote: > > > I sent Shubham links to videos with a different reso

Who's comming to ApacheCon NA and interested in the Maven training?

2016-04-28 Thread Christofer Dutz
Hi all, I'm currently in a little fight with the LF regarding my Maven training. I asked them for the options of offering my fellow flex committers a training at ApacheCon and they said, if it's an official ACNA event, that would be ok ... unfortunately it turned out to be a half day paid trai

AW: AW: AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Christofer Dutz
Now that I was able to do it for one module, I'll be quite fast with the rest, I guess :-) Hopefully I'll manage tomorrow. Then I have one week to finish my Robot, prepare 2 Talks and one Workshop. Chris Von: Alex Harui Gesendet: Donnerstag, 28. April 2

Re: AW: AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Alex Harui
On 4/28/16, 1:09 PM, "Christofer Dutz" wrote: >Ok ... I think I found the problem :-) > >I always thought that using falcon.jx for compiling the js and the as ... >So I was doing the following: >- Use falcon.jx jar with output FlexJS to compile the AS+JS mix to JS >files >- Use falcon.jx jar wi

AW: AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Christofer Dutz
Ok ... I think I found the problem :-) I always thought that using falcon.jx for compiling the js and the as ... So I was doing the following: - Use falcon.jx jar with output FlexJS to compile the AS+JS mix to JS files - Use falcon.jx jar without output to compile the AS to Flash and pack in the

AW: AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Christofer Dutz
Hi Alex, Ups. ... Sorry for the full path. You can replace the paths in external library and normal library with what you want as the Maven plugin replaces them with the real paths of Maven artifacts. Haven't added that logic to the other parts of the config though, but I'll add that time after

Re: [FlexJS] Using CreateJS with FlexJS

2016-04-28 Thread Alex Harui
On 4/28/16, 1:28 AM, "OK" wrote: >Could this kind of implementation considered as a common way to integrate >JS >Frameworks within FlexJS? IMO, yes, one of two common workflows. At the San Francisco FlexJS World Tour event, I talked about the "SWF-first" vs "No-SWF" workflows. Both are valid

Re: [FLEXJS] POC MXML "Live" Editing

2016-04-28 Thread Alex Harui
Sounds very promising. It might be time to check the MXMLLIveEditing code into a repo, maybe the radii8 repo. That will make it easier for folks to share and help delineate what code has been donated to the ASF and what is intended for your IDE product and hasn't been donated to the ASF. You

Re: AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Alex Harui
On 4/28/16, 6:43 AM, "Christofer Dutz" wrote: > >From looking at the ant build, I am using compcjs with output FLEXJS to >generate the JavaScript, but not to compile the ActionScript and pack in >the generated JavaScript. What output type to I have to declare for the >AS compilation? The compc

Re: [FLEXJS] POC MXML "Live" Editing

2016-04-28 Thread jude
I've been digging into the MXML live agent and have some feedback and updates to some of the comments. I've been studying the examples that check for changes in the MXML / XML and have some progress there but it seems it's been built mainly for Flex JS. I'm converting some of those changes over to

AW: AW: [ASJS] Merging to Maven

2016-04-28 Thread Christofer Dutz
>From looking at the ant build, I am using compcjs with output FLEXJS to >generate the JavaScript, but not to compile the ActionScript and pack in the >generated JavaScript. What output type to I have to declare for the AS >compilation? Chris Von: Alex

Re: [FlexJS] Using CreateJS with FlexJS

2016-04-28 Thread OK
>Today I finished the project of incorporating CreateJS (EaselJS and TweenJS) into FlexJS. This sounds great! I've just read your article and looking forward to check it out by myself. Quote from your wiki article: >If you look at the flex-asjs repository, specifically the frameworks/projects/Crea