Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-29 Thread Alex Harui
On 6/29/15, 1:17 PM, "Frédéric THOMAS" wrote: >>>Now, if I run the index.html from js-release in the browser, I got >>>"Uncaught ReferenceError: Main is not defined" whatever start() is >>>public >>>or not. >> >> I will take a look. Interestingly, I cannot duplicate the constructor >> containin

Re: [FalconJX] Scope when calling member function from a reference

2015-06-29 Thread Alex Harui
On 6/29/15, 2:27 PM, "Michael Schmalle" wrote: >Alex I know it's late(I am doing major renovations this week so I am slow) >but; > >I ended up keeping a model in Randori for this type of stuff and knew I >was >in expressions so I could test right side and left appropriately etc. > >It's just th

Re: [FalconJX] Code formatting

2015-06-29 Thread Alex Harui
On 6/29/15, 2:38 PM, "Michael Schmalle" wrote: >I think you misunderstood me, I don't care about line length. If you want >it 120 then that is fine, 80 is an old habit from Flex/Flash days. Let’s go with 120. 80 is too little and 200 is definitely too much. But my point about not liking auto

Re: Screenshare in AIR

2015-06-29 Thread Jeffry Houser
I don't think an AIR app has any access to anything outside of it's own little square on the desktop. There was a [commercial] native extension to take screenshots, I think the name was Nitro Screen cap; but it no longer appears to be available. There is also this one that came up in a

RE: Screenshare in AIR

2015-06-29 Thread David Frank
Hi Jasen, Thank you for your email. I was looking for a pure AS3/Flex way of doing this without any 3rd party tools. Some code sample out there that captures your screen and sends the data through a NetStream connection. Any help would be greatly appreciated. Thanks again! ___

Re: Screenshare in AIR

2015-06-29 Thread Jasen Martin
David This may help: http://red5pro.com/docs/ Jasen On Tue, Jun 30, 2015 at 11:10 AM, David Frank wrote: > Hey guys, > > I would really really appreciate it if someone could throw some answers on > the following: > > > 1. Is it possible to build a ScreenSharing AIR desktop/mobile > appli

Screenshare in AIR

2015-06-29 Thread David Frank
Hey guys, I would really really appreciate it if someone could throw some answers on the following: 1. Is it possible to build a ScreenSharing AIR desktop/mobile application in Flex (without using any kind of proprietary plugin of sorts)? The application would simply capture my screen a

Re: [FalconJX] Code formatting

2015-06-29 Thread Michael Schmalle
I think you misunderstood me, I don't care about line length. If you want it 120 then that is fine, 80 is an old habit from Flex/Flash days. I cannot stand 200+ characters since Eclipse does not have the ability to wrap, stupid editor. It's like IMHO, I only have so much time to work on this, so

Re: [FalconJX] Scope when calling member function from a reference

2015-06-29 Thread Michael Schmalle
Alex I know it's late(I am doing major renovations this week so I am slow) but; I ended up keeping a model in Randori for this type of stuff and knew I was in expressions so I could test right side and left appropriately etc. It's just there is a lot of code underneath these changes that might no

Re: [FalconJX jsc] Stop renaming of packages using underscore when compiling with jsc

2015-06-29 Thread Michael Schmalle
On Mon, Jun 29, 2015 at 11:08 AM, Josh Tynjala wrote: > I think the option of an HTML template would make sense for some > developers. As long as it isn't required. I think a lot of developers will > want to integrate the transpiler into a workflow that involves other tools > that take care of th

Re: ApacheCon EU 2015 CFP ending next week

2015-06-29 Thread Michael Schmalle
Unfortunately, I don't have the time for stuff like this, I only have enough time to write a bit of java. Mike On Mon, Jun 29, 2015 at 3:38 PM, Alex Harui wrote: > Unfortunately, no plans to attend this year. > > -Alex > > On 6/29/15, 12:09 PM, "omup...@gmail.com on behalf of OmPrakash Muppiral

Problems Installing Flash SDK according to documentation

2015-06-29 Thread mscharp
Hey Guys, I'm not sure if this is a result of something on my end, or a bug with FM or the mavenizer utility but thought I'd post what I'm seeing. I'm attempting to upgrade my project's FDK from 4.11 to 4.14.1 and I'm having some serious issues getting it to work. I'm not entirely sure the scope

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-29 Thread Frédéric THOMAS
>>Now, if I run the index.html from js-release in the browser, I got >>"Uncaught ReferenceError: Main is not defined" whatever start() is public >>or not. > > I will take a look. Interestingly, I cannot duplicate the constructor > containing the private function body, so I don’t know why you are ge

Re: AW: Found the problem in the maven-extension :-D YAAAAAAAY!!!

2015-06-29 Thread mscharp
Hey Chris, Thanks for all the work you're doing in updating the FMs stuff and for creating new documentation. This new set of documentation is the clearest FM documentation I've seen! While working through it today I noticed a couple things: The "Prepare the FDK resources using the flex-maven-e

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-29 Thread Alex Harui
On 6/29/15, 12:00 PM, "Frédéric THOMAS" wrote: >>> Fred, I think I tried it correctly, but am not getting the private >>> function in the constructor. What setting are you using? >> >> -js-output-type=FLEXJS >> >> class Main { >> private function start():void { >> // The code that will be calle

Re: ApacheCon EU 2015 CFP ending next week

2015-06-29 Thread Alex Harui
Unfortunately, no plans to attend this year. -Alex On 6/29/15, 12:09 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >Sorry for the delay. I just submitted two proposals for FlexJS and Flex >Mobile. (Hopefully I will not have any visa related issues travelling to >Budapest. )

Re: ApacheCon EU 2015 CFP ending next week

2015-06-29 Thread piotrz
I wanted to just go there and say hello to all of you guys but have my sisters wedding at this date. I hope that won't be the last opportunity to catch up this year. :) Good Luck! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-develo

Re: ApacheCon EU 2015 CFP ending next week

2015-06-29 Thread OmPrakash Muppirala
Sorry for the delay. I just submitted two proposals for FlexJS and Flex Mobile. (Hopefully I will not have any visa related issues travelling to Budapest. ) Alex, Erik, Peter, Frederic, Mike, Joseph (and others) - any plans for submitting proposals? You will get free conference tickets and hop

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-29 Thread Frédéric THOMAS
>> Fred, I think I tried it correctly, but am not getting the private >> function in the constructor. What setting are you using? > > -js-output-type=FLEXJS > > class Main { > private function start():void { > // The code that will be called > }} Is that because our call to start() is generated an

RE: [FalconJX] Code formatting

2015-06-29 Thread Frédéric THOMAS
> No real objections here. I’m not a huge fan of automatic line-length > requirements. To me, there is some art to formatting code. I agree with that, to me it should be at least more a structural formatting than an automatic one, but if we should have one, I would prefer 120. Actually, I remembe

Re: ApacheCon EU 2015 CFP ending next week

2015-06-29 Thread Justin Mclean
Hi, > Couldn't really see if anyone submitted anything for ApacheCon EU 2015 yet > ... Justin? Will be last minute but I'll get there, currently on holiday after a conference. I'll submit something on FlexUnit and an Intro to Flex talk. I was also thinking of doing “your code as a crime scene”

Re: [FalconJX jsc] Stop renaming of packages using underscore when compiling with jsc

2015-06-29 Thread Josh Tynjala
I think the option of an HTML template would make sense for some developers. As long as it isn't required. I think a lot of developers will want to integrate the transpiler into a workflow that involves other tools that take care of things like HTML, CSS, and images. In the JavaScript world, the tr

Re: [FalconJX] Scope when calling member function from a reference

2015-06-29 Thread Alex Harui
OK. I will work on it. I looked already and want to get your thoughts: there are several places in the emitter where we stop and look up the parent nodes to try to find the context. Is that a normal thing to do in a compiler or should we be passing some sort of context down? In this case, there

AW: ApacheCon EU 2015 CFP ending next week

2015-06-29 Thread Christofer Dutz
Hi Guys ... back from a 4-day visit to the beach :-) Couldn't really see if anyone submitted anything for ApacheCon EU 2015 yet ... Justin? What's the status of your proposals? Are they done yet? Anyone else submitting talks? If I don't hear any positive mails till lunch tomorrow I'll write pro

Re: [FalconJX] Code formatting

2015-06-29 Thread Alex Harui
On 6/28/15, 3:18 PM, "Michael Schmalle" wrote: >If nobody objects after 3 days I am running it on the whole compiler.jx >and >tests projects to get all formatting back in sync. It's driving me crazy >committing things that are 2 lines but my formatter is formatting a lot >more. No real object

Re: [ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-29 Thread Michael Schmalle
Whne I went to uninstall the installer on Windows 7, the publish lists UNKNOWN, is this normal, I thought it would say Apache Flex or something. http://snag.gy/iLsQx.jpg Also, is there a way to get "uninstall" shortcut next the the run shortcut in the app menu, so people to have to go to the cont

Re: [ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-29 Thread Deepak MS
Thanks, works now. Just one item in my wish list.. http://pasteboard.co/1A9iOYgk.png How about selecting the required items by default? Users anyway need to click all those 3 items. Keeping them selected by default would help users directly move on to next screen by clicking next... That's just me

Re: [ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-29 Thread Maxim Solodovnik
Old version need to be uninstalled first On Mon, Jun 29, 2015 at 3:37 PM, Deepak MS wrote: > Tried to update to new installer, but getting this message(I already have > 3.1 installed on my machine): > "The application cannot be installed due to a certificate problem. The > certificate does not

Re: [ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-29 Thread Deepak MS
Tried to update to new installer, but getting this message(I already have 3.1 installed on my machine): "The application cannot be installed due to a certificate problem. The certificate does not match the installed application certificate, does not support application upgrades, or is invalid. Pl

Re: [FalconJX] Scope when calling member function from a reference

2015-06-29 Thread Michael Schmalle
Oh yeah, I did remember the goog bind() for even listeners but it was raining last night so I didn't put 2 and 2 together, blame it on the rain... Mike On Mon, Jun 29, 2015 at 5:13 AM, Michael Schmalle wrote: > Well, I was only trying to be nice but, if you know how to fix this sooner > than la

Re: [FalconJX] Scope when calling member function from a reference

2015-06-29 Thread Michael Schmalle
Well, I was only trying to be nice but, if you know how to fix this sooner than later, do it. I have this next week or two left with very little time, more like just enough to send emails. Mike On Mon, Jun 29, 2015 at 1:13 AM, Alex Harui wrote: > > > On 6/28/15, 2:21 PM, "Michael Schmalle" wro

Re: [FalconJX jsc] Stop renaming of packages using underscore when compiling with jsc

2015-06-29 Thread Michael Schmalle
On Mon, Jun 29, 2015 at 2:37 AM, Erik de Bruin wrote: > > > > Actually, I just studied the code more and it's subclass hell(I didn't > work > > on this part of the framework). > > > > > Thanks, mate ;-) > > That should teach you to always do everything yourself! > No, I realized after I sent

Re: [FalconJX] Code formatting

2015-06-29 Thread Michael Schmalle
On Mon, Jun 29, 2015 at 2:31 AM, Erik de Bruin wrote: > Mike, > > I wholeheartedly agree with the need for a uniform formatting, and I think > it doesn't really matter which rules are used, as long as they are used. > > A matter of procedure though: what you are doing with the '3 days till > arma