Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread kevin.godell
@Mike Schmalle How did you do a username change for git? I was looking in the fisheye[1] and saw that you made commits under 2 different usernames. Where did you go to make that change? [1]https://fisheye6.atlassian.com/browse/flex-sdk/GIT-TEST.txt -- View this message in context: http://apac

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread kevin.godell
Thanks guys. I think that I was able to push a commit to the develop branch. After making the edit, and then looking at the mirror on gitHub, the change was accredited to my original gitHub account. Somehow, the apache creds and my original gitGub account are linked? I hate to sound like I am pim

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Erik de Bruin
Kevin, Congratulations and welcome! On your Git question: you can't commit to the flex-sdk repo on github.com, as far as I can tell. You need to clone a fresh copy of the SDK code: git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git flex-sdk cd flex-sdk git checkout develop As per [1

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Alex Harui
Hi Kevin, Yeah, with more and more committers first getting the code from GitHub, maybe this page [1] could us an update. If you have time, go to the wiki and create an account there and I’ll give you write access. Your guess was right: you do have to clone a different, non-GitHub repo and use y

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread kevin.godell
Thanks for giving me the opportunity. I am almost setup, except for git write access to the flex-sdk. I am a little unsure about at least 1 thing. Do I use my original github account, or do I setup a new one with @ apache.org? From the flex-sdk repo on github.com, I clicked on the link to clone i

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Alex Harui
Please don’t worry. The root ‘data’ for the two swcs come from Adobe/Tamarin and W3C. A solution will be found. The issues Justin brings up don’t always turn out to be issues. -Alex On 5/29/15, 4:08 PM, "Michael Schmalle" wrote: >Ok, I am putting this little project on hold until we figure

Re: IntelliJ as SVN client for modifying flex.apache.org

2015-05-29 Thread kevin.godell
I must say that I am relieved that it worked. I was sure that I was going to crash the site somehow. But anyways, Intellij made it very easy. At the Intellij launch screen, there is an option for "check out from version control." Just click that, add a repo, click the checkout button, find the file

IntelliJ as SVN client for modifying flex.apache.org

2015-05-29 Thread kevin.godell
I am trying to learn SVN right now and I am still very new to the Mac environment. I have been trying to find a good SVN/VCS client with a nice GUI. It turns out that IntelliJ has SVN/VCS built in. I was going to post here reporting trouble when trying to access via https[1] with an error of "hands

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Josh Tynjala
Mike and Alex, in case you missed it, Microsoft includes a lib.d.ts file with the TypeScript compiler that defines the core JS types, including DOM APIs. It is very clearly licensed Apache 2.0 (with a license header in the file too) in their official repository on Github: https://github.com/Micros

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread OmPrakash Muppirala
On Fri, May 29, 2015 at 5:13 PM, Justin Mclean wrote: > HI, > > > This is not some random github repo. It is maintained by > > http://definitelytyped.org/, which is basically a repository of d.ts > files > > for popular javascript libraries. > > Which means very little license or providense wise

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Josh Tynjala
If there are any concerns about copyright that cannot be overcome, I think it makes perfect sense to simply create at tool to parse and convert d.ts files and so there on the Apache side. Let the individual developers figure copyright status on their own when using the tool. I'm sure something lik

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Justin Mclean
Hi, > If anyone has other concerns we might want to discuss that on private@. IMO Probably best to keep it here given a few people in this thread are not PMC members and don’t have access to that list. Thanks, Justin

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Justin Mclean
HI, > This is not some random github repo. It is maintained by > http://definitelytyped.org/, which is basically a repository of d.ts files > for popular javascript libraries. Which means very little license or providense wise. Note that their own the contribution guide asks you to add a header

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Justin Mclean
Hi, > So what is stopping me from making my own parser and offering libraries on > my won github account that is not tied to Apache? Nothing in fact the Apache license encourages you to do so. The Apache license allow you to reuse the code in just about any way you like. [1] Think of it as the

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Alex Harui
On 5/29/15, 4:12 PM, "OmPrakash Muppirala" wrote: >Also, only the d.ts files will be used and not the actual library itself. >The actual library will be loaded at runtime. I didn’t see anything in the CanvasJS EULA preventing someone else from making a d.ts file. So I think we’re still good t

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Josh Tynjala
The file may not have a license header, but the repository has a license file at its root: https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE The part of the header that says "Project: http://canvasjs.com/"; is referring to which project that this d.ts file should be used *with*.

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread OmPrakash Muppirala
This is not some random github repo. It is maintained by http://definitelytyped.org/, which is basically a repository of d.ts files for popular javascript libraries. As such, all files listed here are MIT license. Outside of Apache (and such organizations), it is not very common to add a license

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
Ok, I am putting this little project on hold until we figure out what is going on regarding how to create swcs for the builtin and dom, Justin is raising enough red flags that it worries me. I don't want to spend all this time and then we find out we are up a creek without these really important i

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
So what is stopping me from making my own parser and offering libraries on my won github account that is not tied to Apache? With IDL parser, if I made my own parser could that be used at Apache? Mike On Fri, May 29, 2015 at 6:51 PM, Justin Mclean wrote: > HI, > > > Good. All of these pieces

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Justin Mclean
HI, > Good. All of these pieces seem to be Apache compatible. Sorry but that may not actually be the case. 1) The file has no licence header [1] and from the header seems it may be part of the CanvasJS project [2] which is a paid for product [3] and also has an EULA [4] which doesn’t look ap

Re: [FalconJX JXEmitter] Output question, again

2015-05-29 Thread Michael Schmalle
Ok, for now I am just going to build it up abstracting code I bring in from the FlexJS emitter. We definitely need a separate emitter, there is to much goog stuff happening in the FlexJS one, it's coupled to it which I don't like. I am going to write it in a way like I did the emit headers and foo

Re: [FalconJX JXEmitter] Output question, again

2015-05-29 Thread Michael Schmalle
Yeah sorry if I sound like a flake right now. There are things I have in the emitter right now that need to be there for some DOM majic and some other meta data additions I want to bring over from Randori. Mike had such a good idea with Randori, it's a shame it turned out the way it did. I am goi

Re: [FalconJX JXEmitter] Output question, again

2015-05-29 Thread Alex Harui
On 5/29/15, 2:35 PM, "Michael Schmalle" wrote: >Ok, > >I am at a point where I have some time to spend getting this "vanilla" >compiler working. > >Since this stuff really confuses me, it's not my game. :) > >Just base my output for now on the utilities that FlexJS uses? > >goog.provide() >goog

Re: [FalconJX JXEmitter] Babble output

2015-05-29 Thread Alex Harui
On 5/29/15, 2:11 PM, "Michael Schmalle" wrote: >Yeah it is but we were talking about property super calls and this was >brought up. > >Alex, understand I am ignorant here with js. I probably have 100+ emails >now pleading for somebody to tell me how I should emitter super calls to >properties.

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
Alex, don't get me wrong, I like your framework with it's composition and if Om and I can get SVG working with your components I totally see that as a valid Flash/HTML route that I would contribute to. Mike On Fri, May 29, 2015 at 5:01 PM, Alex Harui wrote: > > > On 5/29/15, 1:36 PM, "Michael S

RE: Why are there two ArrayList classes? [PING Justin Mclean)

2015-05-29 Thread Michael A. Labriola
>It looks to me like the intention of the person who originally created the new >ArrayList (Michael A. Labriola) was for it to be tested with the rest of the >framework and then to replace the original ArrayList: Nope, I don't think that was me. I was just changing the itemUpdateHandler. I stil

[FalconJX JXEmitter] Output question, again

2015-05-29 Thread Michael Schmalle
Ok, I am at a point where I have some time to spend getting this "vanilla" compiler working. Since this stuff really confuses me, it's not my game. :) Just base my output for now on the utilities that FlexJS uses? goog.provide() goog.require() goog.inherits() Object.defineProperties(org_apach

Re: [FalconJX JXEmitter] Babble output

2015-05-29 Thread Michael Schmalle
Yeah it is but we were talking about property super calls and this was brought up. Alex, understand I am ignorant here with js. I probably have 100+ emails now pleading for somebody to tell me how I should emitter super calls to properties. Josh wasn't keen on the whole GCC dependency but we then

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
Well if my memory serves me Roland updated the parser and emitter to emit ActionScript. Yes, it was SharpKit and Mike modeled his javascript generation(that I emulated with Randori compiler) from SharpKit output. So it's Roland that did all the parsers and converters. Every piece of the compiler

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Alex Harui
On 5/29/15, 1:36 PM, "Michael Schmalle" wrote: > >The fact Josh is still highly interested in ActionScript leads me to >believe if we offer up real solutions to former AS devs, they might >actually be overjoyed to see and use it because they know we are not >trying >to solve world hunger here,

Re: [FalconJX JXEmitter] Babble output

2015-05-29 Thread Alex Harui
Maybe I’m not understanding, but the output didn’t look like JS to me. It looked like data that goes into some _createClass abstraction. Which is fine, but a bit spooky if we want to claim “vanilla”. -Alex On 5/29/15, 1:39 PM, "Michael Schmalle" wrote: >Oh yeah, the .as for this is; > > > >pa

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Alex Harui
On 5/29/15, 1:19 PM, "Michael Schmalle" wrote: >On Fri, May 29, 2015 at 4:17 PM, Alex Harui wrote: > >> Good. All of these pieces seem to be Apache compatible. We still need >>to >> figure out how to create the two SWCs in an Apache-compatible way, but I >> don’t expect to get blocked there.

Re: [FalconJX JXEmitter] Babble output

2015-05-29 Thread Michael Schmalle
Oh yeah, the .as for this is; package com.model { import randori.webkit.page.Window; public class ClassA { private var _property:String = "init"; public function get property():String { return _property; } public function set property(value:String):void {

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
Yeah, well right now it's to early to say anything about the future. All I am trying to do is give a piece that I feel is missing from the tool chain and that is something that has AS producing JS. Maybe people will use it, maybe not. I figure I have nothing to loose and I can possibly gain from

[FalconJX JXEmitter] Babble output

2015-05-29 Thread Michael Schmalle
Hi, I have been throwing stuff at the wall today and one thing I wanted a POC of is the output of Babble since it "seems" to have an implementation of super accessor calls. So using the same JXEmitter, I have composed sub emitters and I have only overridden 2 (ClassEmitter, MethodEmitter) to get

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Alex Harui
On 5/29/15, 12:34 PM, "Michael Schmalle" wrote: > >You wanna know the real reason, mainly Josh. If he can create a UI >framework like his feathers in AS that transpiles to JS and I can use it >for my mobile apps. I could see bridging the gap of his components into >FlexJS's MXML/Application and

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
On Fri, May 29, 2015 at 4:17 PM, Alex Harui wrote: > Good. All of these pieces seem to be Apache compatible. We still need to > figure out how to create the two SWCs in an Apache-compatible way, but I > don’t expect to get blocked there. > > Ok, All my work is riding on this Alex. :) Mike >

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Alex Harui
Good. All of these pieces seem to be Apache compatible. We still need to figure out how to create the two SWCs in an Apache-compatible way, but I don’t expect to get blocked there. -Alex On 5/29/15, 1:05 PM, "Michael Schmalle" wrote: >Of the main repo README >" > >This project is licensed und

Re: [ApacheCon] CFP ApacheCon EU 2015

2015-05-29 Thread OmPrakash Muppirala
It would be great if Flex gets a track on its own. A lot of what I do at work has to do with Big Data. Flex and Big Data are made for each other :-) I will have to check with my current employer to see if they will okay my travel plans. If it does work out, I think I can propose two talks on Fl

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
Of the main repo README " This project is licensed under the MIT license. Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file. " Mike On Fri, May 29, 2015 at 4:02 PM, Michael Schmalle wrote: > > https://github.com/borisyankov

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Josh Tynjala
The license for the DefinitelyTyped project is here: https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE On Fri, May 29, 2015 at 1:02 PM, Michael Schmalle wrote: > > https://github.com/borisyankov/DefinitelyTyped/blob/master/canvasjs/canvasjs.d.ts > > For example. > > Mike > > On

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
https://github.com/borisyankov/DefinitelyTyped/blob/master/canvasjs/canvasjs.d.ts For example. Mike On Fri, May 29, 2015 at 4:00 PM, Alex Harui wrote: > If I understand, you are planning to grab a d.ts file from somewhere and > translate it. Give us an example of one you plan to use. It shou

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Alex Harui
If I understand, you are planning to grab a d.ts file from somewhere and translate it. Give us an example of one you plan to use. It should have a header in it or some licensing associated with it. That’s the info that will help determine if it is “safe”. On 5/29/15, 12:49 PM, "Michael Schmalle

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
On Fri, May 29, 2015 at 3:47 PM, OmPrakash Muppirala wrote: > The more I think about it, the more awesome it looks :-) > It is awesome. I sat down this morning and said, I am going to get this to work. So I went to TypeScript playground and grabbed their HelloWorld code. I said I will write it a

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread OmPrakash Muppirala
It looks like the DefinitelyTyped git repo would be the best option: https://github.com/borisyankov/DefinitelyTyped They have a vast collection of JS libraries and they are of MIT license. Thanks, Om On Fri, May 29, 2015 at 12:49 PM, Michael Schmalle < teotigraphix...@gmail.com> wrote: > Well, i

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
Well, if it's Apache safe I am already planning on writing a parser and renderer to .as files. So someone that knows, should investigate because I have no idea about licenses. I was actually thinking about writing it in TypeScript because I think it has it's own parser. I am investigating this, i

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread OmPrakash Muppirala
The more I think about it, the more awesome it looks :-) Okay, so does code completion work with Window, document, body etc. elements? And, if we have a mechanism to consume d.ts files, we can pretty quickly add native AS3 support to libraries like jquery, d3, etc., right? Thanks, Om On Fri, Ma

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Josh Tynjala
This would be really helpful! I'm all for piggy-backing off the work the TypeScript community did (with proper credit where it's due, of course), so that we don't need to start from scratch. - Josh On Fri, May 29, 2015 at 7:30 AM, Michael Schmalle wrote: > Hi, > > Is this considered reverse eng

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
On Fri, May 29, 2015 at 3:18 PM, Erik de Bruin wrote: > > Correct. It's been a dream of mine for years. Why? I don't know, it's > fun. > > That's the best (and only?) reason. When my current project completes, > in a few months time, I want me to have some fun again. Please don't > kill VFJS in t

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Erik de Bruin
> Correct. It's been a dream of mine for years. Why? I don't know, it's fun. That's the best (and only?) reason. When my current project completes, in a few months time, I want me to have some fun again. Please don't kill VFJS in the mean time ;-) EdB -- Ix Multimedia Software Jan Luykenstra

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
On Fri, May 29, 2015 at 3:00 PM, Erik de Bruin wrote: > Unless I'm mistaken, the idea is to use AS instead of JS to code for > the web. That would bring AS on par with the other 'higher level' > languages (CoffeeScript, TypeScript, Dart, and the rest: [1]) that > compile down to JS, using JS basi

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Josh Tynjala
That's great! - Josh On Fri, May 29, 2015 at 9:25 AM, Michael Schmalle wrote: > Hi, > > Well using some of the 100's of hours I had into development of a > "different" compiler, out of the shear joy of reusing time I lived I have > the following compiling with FalconJX and the JXEmitter. > > I

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
On Fri, May 29, 2015 at 2:51 PM, OmPrakash Muppirala wrote: > This is pretty cool! > > What happens when you run the AS version? > Nothing. :) The HTMLCoreLib is just class stubs for code completion and documentation asdocs. (it could be something if it was implemented I guess.) Mike > > Tha

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Erik de Bruin
Unless I'm mistaken, the idea is to use AS instead of JS to code for the web. That would bring AS on par with the other 'higher level' languages (CoffeeScript, TypeScript, Dart, and the rest: [1]) that compile down to JS, using JS basically as the Assembly for the web. EdB 1: https://github.com/

RE: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread OmPrakash Muppirala
This is pretty cool! What happens when you run the AS version? Thanks, Om On May 29, 2015 10:05 AM, "Frédéric THOMAS" wrote: > Cool stuff, very promising :-) > > Frédéric THOMAS > > > Date: Fri, 29 May 2015 12:25:25 -0400 > > Subject: [FalconJX JXEmitter] Hello Greeter! working :: AS cross > co

Re: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-05-29 Thread Michael Schmalle
On Fri, May 29, 2015 at 2:09 PM, Alex Harui wrote: > OK, I’m still working out the kinks of FDB calling Falcon to evaluate > expressions. That’s in the BURM code so who knows how long that will take. > I have this image of a huge pile of garbage and you digging around trying to find a receipt.

Re: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-05-29 Thread Alex Harui
OK, I’m still working out the kinks of FDB calling Falcon to evaluate expressions. That’s in the BURM code so who knows how long that will take. -Alex On 5/29/15, 10:20 AM, "Frédéric THOMAS" wrote: >Hi Alex, > >I spent some time checking if it is was possible to let the minimum of >classes to

RE: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Sugan Naicker
Welcome Kevin! Regards Sugan -Original Message- From: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] On Behalf Of Carlos Rovira Sent: Friday, May 29, 2015 7:14 PM To: dev@flex.apache.org Subject: Re: Please welcome Kevin Godell as Apache Flex Committer Welcome Kevin! Carlos

RE: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-05-29 Thread Frédéric THOMAS
Hi Alex, I spent some time checking if it is was possible to let the minimum of classes to make IJ happy, it turns out that or at least seems to be the minimum already. The only thing I committed and not yet pushed is the factorisation of the fixArg function, it was on my way and I don't like du

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Carlos Rovira
Welcome Kevin! Carlos 2015-05-29 19:01 GMT+02:00 Frédéric THOMAS : > Welcome on board. > > Frédéric THOMAS > > > From: aha...@adobe.com > > To: dev@flex.apache.org > > Subject: Please welcome Kevin Godell as Apache Flex Committer > > Date: Fri, 29 May 2015 15:56:03 + > > > > The Apache Flex

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread Nicholas Kwiatkowski
A good GPS API (including the ones available in AIR) will tell you the current inaccuracies. If you have it set to "low resolution", it is often 1600 ft (it takes the measurements from the towers). -Nick On Fri, May 29, 2015 at 11:07 AM, kevin.godell wrote: > I just had another thought. You wi

RE: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Frédéric THOMAS
Cool stuff, very promising :-) Frédéric THOMAS > Date: Fri, 29 May 2015 12:25:25 -0400 > Subject: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to > vanilla Javascript > From: teotigraphix...@gmail.com > To: dev@flex.apache.org > > Hi, > > Well using some of the 100's of ho

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Alex Harui
You da man! Great stuff! -Alex On 5/29/15, 9:25 AM, "Michael Schmalle" wrote: >Hi, > >Well using some of the 100's of hours I had into development of a >"different" compiler, out of the shear joy of reusing time I lived I have >the following compiling with FalconJX and the JXEmitter. > >I have

RE: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Frédéric THOMAS
Welcome on board. Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Please welcome Kevin Godell as Apache Flex Committer > Date: Fri, 29 May 2015 15:56:03 + > > The Apache Flex Project Management Committee (PMC) is pleased to announce > our newest committer, Kevin

Re: Link against SWF instead SWC

2015-05-29 Thread Left Right
Thanks for suggestion, Alex, but the problem seems to be different: compc won't include classes, if it doesn't have sources, for whatever reason that option only works with actual AS or MXML files, not something already compiled. It worked for me before because I was also linking an actual AS file

[FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread Michael Schmalle
Hi, Well using some of the 100's of hours I had into development of a "different" compiler, out of the shear joy of reusing time I lived I have the following compiling with FalconJX and the JXEmitter. I have the builtin.swc and HTMLCoreLib.swc loaded in FalconJX when compiling, no playerglobal.sw

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Alex Harui
On 5/29/15, 7:30 AM, "Michael Schmalle" wrote: >Hi, > >Is this considered reverse engineering? I don’t think you can “reverse engineer” a text file, so no. > >Does it violate Apache's terms in anyway? One factor Apache considers is the licensing on any text file. There is a web page here [1

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Maxim Solodovnik
Welcome Kevin! WBR, Maxim (from mobile, sorry for the typos) On May 29, 2015 9:59 PM, "Michael Schmalle" wrote: > Hello Kevin, welcome to the team. :) > > Mike > > On Fri, May 29, 2015 at 11:56 AM, Alex Harui wrote: > > > The Apache Flex Project Management Committee (PMC) is pleased to announce

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Michael Schmalle
Hello Kevin, welcome to the team. :) Mike On Fri, May 29, 2015 at 11:56 AM, Alex Harui wrote: > The Apache Flex Project Management Committee (PMC) is pleased to announce > our newest committer, Kevin Godell. > > Kevin jumped in recently and helped out with the effort to get FlexJS SDKs > to wor

Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread Alex Harui
The Apache Flex Project Management Committee (PMC) is pleased to announce our newest committer, Kevin Godell. Kevin jumped in recently and helped out with the effort to get FlexJS SDKs to work in IntelliJ, providing videos, patches, and helpful emails. Thanks, Alex

Re: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-29 Thread Erik de Bruin
> Me? I generally tried to avoid being on the naming committees. Naming committees? I lol'ed at the idea, and then at the multiple... And the best they could come up with was "frameworks/projects/framework"? No wonder FB cost so much! :-P EdB -- Ix Multimedia Software Jan Luykenstraat 27 3

Re: Link against SWF instead SWC

2015-05-29 Thread Alex Harui
What happens if you add the signatureChecksum with the right amount of digits to your catalog.xml? IIRC, it is the time the class was compiled, not some checksum of an API surface, so it can be just about any number. I think it is the number of milliseconds since 1970 or something like that and is

Re: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-29 Thread Alex Harui
On 5/29/15, 12:34 AM, "Erik de Bruin" wrote: >Gareth, > >> 1. The logical project for my test (i.e. the project containing >> mx.collections.ArrayList) seems to be the "framework" project. I am >>confused >> by the name of this project being "framework"... it lives in a folder >>called >> "fram

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread kevin.godell
I just had another thought. You will have to take into account for the inaccuracy reading reported by the device. The best reading that I ever get from my iPhone is plus/minus 16 feet, and that is on a good day with no clouds or rain, standing outside of my vehicle with direct line of sight to the

[FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread Michael Schmalle
Hi, Is this considered reverse engineering? Does it violate Apache's terms in anyway? Mike

Geo-fence in Flex/Action Script

2015-05-29 Thread kevin.godell
By modified, I meant that I stripped out the conversion to feet and miles and just left it as meters, using a separate formatting class to convert to feet and miles as needed. Some might say that the formula is not accurate because the earth is not a perfect sphere, but for my purposes I found it t

Link against SWF instead SWC

2015-05-29 Thread Left Right
Hello list, Recently I wanted to do the following: take a SWF file, and extract each of the symbols it defines into a separate SWF file. Sometimes I also have a matching SWC file for the input SWF file, in which case I can simply do something like this: compc -library-path input.swc -ic class.to.

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread Tom Chiverton
On 29/05/15 13:08, ramu.bandarupalli wrote: Could you please let me know where can i get the modified version of the code to get accurate distance. I've implemented http://en.wikipedia.org/wiki/Great-circle_distance#Computational_formulas in several languages over the years. It's fairly obvious

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread ramu.bandarupalli
Thanks Kevin for your reply, Could you please let me know where can i get the modified version of the code to get accurate distance. Thanks. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Geo-fence-in-Flex-Action-Script-tp47043p47128.html Sent from the

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread quick6black
I have been using the ESRI Flex API for mapping in Flex mobile. If you check out the API reference and look at the Polygon class there is a "contains" method that returns a Boolean value based on whether a mappoint falls within the polygon. It w

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread Deepak MS
>From what I understood, you have a latitude and a longitude point which serves as a center. And now you want to draw a circle (of some radius) around it. If its for iOS, there is an ANE: https://code.google.com/p/nativemaps-ane/ You can add poly lines over the map based on lat and lngs. To draw t

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread kevin.godell
There is a nice piece of code[1] that you can utilize to measure distances between coordinates. I used a modified version in my app and it seems to be pretty accurate. If you are just basing your distances from the center point of your office, using the radius of the circle should be pretty straigh

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread Dany Dhondt
I don't understand the problem you have. Sending geolocations to your server is quite straightforward. You don't even have to poll since your employees manually click a button to check in no? Your server side script could check if the geolocation which is send from your mobile app is within the

RE: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-29 Thread Frédéric THOMAS
Hi Mihia, I seen many posts relative to FLEX-34837 here and never had the time to discuss it, I've seen bug too in SDK 4.6 relative to getItemIndex when a collection is sorted and never had the time to check if it has been fixed later or not. I have to admit I'm not very keen to see an already

Re: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-29 Thread Mihai Chira
>> 2. I have added my test to the "framework" project according to the wiki, >> and it works! Except that there was already a >> "frameworks/projects/framework/tests/ folder", and it already contained a >> test (ListCollectionView_FLEX_34837_Tests.as). I suppose that this test was >> not being run

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread ramu.bandarupalli
Hi, Thanks for the reply. Actually, we have the requirement like Clock in/Clock out functionality for mobile users thru our applications. Where users can perform these operation only if they are near to the office locations. So, we have to draw Geo-fence around the office location (based on longi

Re: [GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-05-29 Thread Erik de Bruin
Gareth, > 1. The logical project for my test (i.e. the project containing > mx.collections.ArrayList) seems to be the "framework" project. I am confused > by the name of this project being "framework"... it lives in a folder called > "frameworks/projects/framework/" - what is the meaning of this?