Re: New installer failures

2015-07-01 Thread Alex Harui
On 6/30/15, 11:24 PM, "Justin Mclean" wrote: >Hi, > >It’s looking more likely we have a new introduced issue. > >If you have access to google analytics this shows it quite clearly: >https://www.google.com/analytics/web/?hl=en#report/content-pages/a37926454 >w66427073p68310079/%3F_u.date00%3D201

[GitHub] flex-blazeds pull request: Fix streaming on tomcat-7.0.27 + versio...

2015-07-01 Thread charithdesilva
GitHub user charithdesilva opened a pull request: https://github.com/apache/flex-blazeds/pull/1 Fix streaming on tomcat-7.0.27 + version. https://bz.apache.org/bugzilla/show_bug.cgi?id=53169 Tomcat close off the connection on connection-close header + chunk-encoding scenari

Re: Screenshare in AIR

2015-07-01 Thread John Wu
Check out http://www.rainbowcreatures.com/product_flashywrappers.php works with Android, iOS, Windows and Mac On Wed, Jul 1, 2015 at 12:23 PM, David Frank wrote: > Thank you, Hector, for all your inputs and guidance. > > Cheers! > > David > > -Original Message- > From: Héctor A [mailto:n

RE: Screenshare in AIR

2015-07-01 Thread David Frank
Thank you, Hector, for all your inputs and guidance. Cheers! David -Original Message- From: Héctor A [mailto:neverbi...@gmail.com] Sent: Wednesday, July 01, 2015 10:35 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR Yes, more or less like you say. FFMPEG is a library on mobi

Re: Screenshare in AIR

2015-07-01 Thread Héctor A
Yes, more or less like you say. FFMPEG is a library on mobile, already in ObjectiveC on iOS, and I think it's written in C for Android and the NDK has to be used, you can still use it from Java, but it makes things a bit harder, I guess there are already some easy-to-go libraries out there for it.

RE: [4/5] git commit: [flex-falcon] [refs/heads/develop] - Fix uncaught exception

2015-07-01 Thread Frédéric THOMAS
Ok, I just did a test and it doesn't avoid the compiler to catch my test case but doesn't display the stack trace only, so, that's fine ! Thanks, Frédéric THOMAS > From: e...@ixsoftware.nl > Date: Wed, 1 Jul 2015 19:18:02 +0200 > Subject: Re: [4/5] git c

RE: Screenshare in AIR

2015-07-01 Thread David Frank
Hi Hector, Yes, that is what I was wondering myself. But, from my Googling of this info, it looks like I have to write the ANE in C or Java. So, does this mean I have to write a Java/ObjectiveC class that invokes ffmpeg? Or is there a simpler way? Thank you again for helping me out. - David

RE: Screenshare in AIR

2015-07-01 Thread David Frank
Hi Fabrice, Actually, it was a lot simpler. I simply moved the ffmpeg installation folder under a folder called extlib of my project's src, and referenced it relatively in my code (that is, instead of C:/ffmpeg/bin/ffmpeg.exe or whatever, I used extlib/ffmpeg/bin/ffmpeg.exe). On exporting the a

Re: [4/5] git commit: [flex-falcon] [refs/heads/develop] - Fix uncaught exception

2015-07-01 Thread Erik de Bruin
> > Is it this that is creating an NPE in TypeScope ?? > I got an exception, traced it to TypeScope, made a minimal intervention (null check) and the exception went away. > I'm curious here because IIUC, hiding an exception there can have very bad > side effects, for example make the compiler to

RE: [4/5] git commit: [flex-falcon] [refs/heads/develop] - Fix uncaught exception

2015-07-01 Thread Frédéric THOMAS
Hey, sorry for my English again but I'm not totally sure I understood, can you detail please ? > I made the USMapCoords a separate class, as the FlexJS emitter isn't set up > to emit two 'exportSymbols' statements per JS file, even though the file > might have two classes. Why it does it well in

RE: [3/5] git commit: [flex-falcon] [refs/heads/develop] - Fix NPE

2015-07-01 Thread Frédéric THOMAS
Well, I'm for anything that can improve what I did and for sure, the command line wasn't included, so, go ahead, I like :-) Frédéric THOMAS > From: e...@ixsoftware.nl > Date: Wed, 1 Jul 2015 18:51:58 +0200 > Subject: Re: [3/5] git commit: [flex-falcon] [

Re: [3/5] git commit: [flex-falcon] [refs/heads/develop] - Fix NPE

2015-07-01 Thread Erik de Bruin
> > eg. IntelliJ passes a config.xml and in more prevent you have a build > configuration without output path. > Yeah, but having an '-output' argument will force the 'js/out' parent directories to be created, something I thought wasn't very helpful if you're building from the command line. Why ne

Re: [4/5] git commit: [flex-falcon] [refs/heads/develop] - Fix uncaught exception

2015-07-01 Thread Erik de Bruin
I made the USMapCoords a separate class, as the FlexJS emitter isn't set up to emit two 'exportSymbols' statements per JS file, even though the file might have two classes. Anyway, that didn't help much getting the release version working, but I figured that any use case is a proper use case, so I

RE: [3/5] git commit: [flex-falcon] [refs/heads/develop] - Fix NPE

2015-07-01 Thread Frédéric THOMAS
Correct, I haven't planed for the build out of IntelliJ , we are likely to find more of them. eg. IntelliJ passes a config.xml and in more prevent you have a build configuration without output path. Frédéric THOMAS > From: erikdebr...@apache.org > To:

RE: [4/5] git commit: [flex-falcon] [refs/heads/develop] - Fix uncaught exception

2015-07-01 Thread Frédéric THOMAS
I fixed the imports already, and I'm about to give a try to write a new compiler pass for it in replacement of the fix, it might be that in the current fix, I didn't catch all the cases but it was working fine for all the 3 existing externs we have, can you tell me what have you change before th

Re: [FlexJS] js.release issue (was:RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have)

2015-07-01 Thread Erik de Bruin
OK, got it working well enough to have a look at both the debug and release code (nice example, Fred!). Fixed some issues that were preventing the release code to work. It still doesn't, but we're closer ;-) Will look further into this tonight. EdB On Wed, Jul 1, 2015 at 7:08 AM, Frédéric THO

Re: Pasting behavior in TLF

2015-07-01 Thread Joel Marks
Sorry for not replying earlier. I only check this mailing list about once a month or so. We rolled our own RTF parsing solution and it sucked. RTF sucks in general. I would suggest what we are doing with our new text editor written in Dart and just use HTML. TLF doesn't include a parser for that e

AW: No commits to flex-utilities this weekend (was Re: AW: Any progress on the new repos?)

2015-07-01 Thread Christofer Dutz
Forget it ... found it ... :-) When going to the visual representation of Github I found it ;-) Von: Christofer Dutz Gesendet: Mittwoch, 1. Juli 2015 16:34 An: dev@flex.apache.org Betreff: AW: No commits to flex-utilities this weekend (was Re: AW: Any pr

AW: No commits to flex-utilities this weekend (was Re: AW: Any progress on the new repos?)

2015-07-01 Thread Christofer Dutz
Hmmm ... today I updated my local repo and my mavenizer stuff vanished from my IDE. But in the repo list from apache I can't see a new repo called anything flex-maven or so ... Chris Von: Alex Harui Gesendet: Freitag, 19. Juni 2015 21:39 An: dev@flex.ap

Re: Screenshare in AIR

2015-07-01 Thread Fabrice Montfort
Hi there, You can juste compile as executable and create an installer with some other tools if you want to include some libraries. Really easy to do. Hope that helps. Fabrice 2015-07-01 12:02 GMT+04:00 David Frank : > Thank you, Hector!! > > This helped greatly, and I got the AIR app working j

RE: [FlexJS] js.release issue (was:RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have)

2015-07-01 Thread Frédéric THOMAS
> Fred, is there a reason you are using all capitals for your initial commit > message now? Not really, sorry, I just gave it a try and except of the upper case, I'm trying to apply this at the moment http://chris.beams.io/posts/git-commit/ Frédéric THOMAS -

Re: [FlexJS] js.release issue (was:RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have)

2015-07-01 Thread Michael Schmalle
Fred, is there a reason you are using all capitals for your initial commit message now? Mike On Wed, Jul 1, 2015 at 1:08 AM, Frédéric THOMAS wrote: > And because I couldn't sleep, I use now a .gitignore in the project and a > ConsoleLogger in Falcon ! > > Frédéric THOMAS > > >

Re: Screenshare in AIR

2015-07-01 Thread Héctor A
For mobile you'd need an ANE, as ffmpeg is used as a library in that case. 2015年7月1日水曜日、David Frankさんは書きました: > Thank you, Hector!! > > This helped greatly, and I got the AIR app working just as expected. This > is awesome! Now, I'm just working on getting the AIR app and the ffmpeg > files all pu

RE: Screenshare in AIR

2015-07-01 Thread David Frank
Thank you, Hector!! This helped greatly, and I got the AIR app working just as expected. This is awesome! Now, I'm just working on getting the AIR app and the ffmpeg files all put inside an installer (.exe and .dmg). Didn't think this would end so easily. The only downside is that I wont be abl