RE: Porting To Typescript/Javascript

2014-12-08 Thread Michael A. Labriola
>1. An overview of the tools would be great. The README does not have a lot >to start with. Or, are there any other documentation that I am missing? You don't need to read through all of this, but if you want to get a sense of what it was all about, there are a bunch of tutorials, etc. Most a

Re: Porting To Typescript/Javascript

2014-12-06 Thread Jesse Nicholson
Thanks Darrell for pointing me to the codegen. On 6 Dec 2014 10:06, "Darrell Loverin" wrote: > >used to convert from MXML to Actionscript and then to ABC. Does anyone > know > >anything about this and if so, can they point me to it? Thanks and all the > >best. > > For a prime example of generatin

Re: Porting To Typescript/Javascript

2014-12-06 Thread Darrell Loverin
>used to convert from MXML to Actionscript and then to ABC. Does anyone know >anything about this and if so, can they point me to it? Thanks and all the >best. For a prime example of generating AS code look in the PreLink class in the MXML compiler (in the sdk repo). Look at methods that start wit

RE: Porting To Typescript/Javascript

2014-12-05 Thread OmPrakash Muppirala
On Dec 5, 2014 8:36 AM, "Michael A. Labriola" wrote: > > >In case you want to dig into (what I didn't do), this is the code [1], indeed, an explanation from M.Labriola or Roland would be welcome :-) > > Happy to answer questions as they come up. Thanks, Mike! A couple of questions to start with:

RE: Porting To Typescript/Javascript

2014-12-05 Thread Michael A. Labriola
>In case you want to dig into (what I didn't do), this is the code [1], indeed, >an explanation from M.Labriola or Roland would be welcome :-) Happy to answer questions as they come up. Mike

RE: Porting To Typescript/Javascript

2014-12-05 Thread Frédéric THOMAS
t: Re: Porting To Typescript/Javascript > To: dev@flex.apache.org > > On Thu, Dec 4, 2014 at 10:56 AM, Alex Harui wrote: > > > > > > > On 12/4/14, 10:47 AM, "Kessler CTR Mark J" > > wrote: > > > > >Sounds good, thanks Alex. S

Re: Porting To Typescript/Javascript

2014-12-04 Thread OmPrakash Muppirala
On Thu, Dec 4, 2014 at 10:56 AM, Alex Harui wrote: > > > On 12/4/14, 10:47 AM, "Kessler CTR Mark J" > wrote: > > >Sounds good, thanks Alex. Sounds like a new namespace down the road of > >more aligned / streamlined components. > > Yes, actually, many namespaces. FlexJS doesn’t want to have one

Re: Porting To Typescript/Javascript

2014-12-04 Thread Alex Harui
On 12/4/14, 10:47 AM, "Kessler CTR Mark J" wrote: >Sounds good, thanks Alex. Sounds like a new namespace down the road of >more aligned / streamlined components. Yes, actually, many namespaces. FlexJS doesn’t want to have one component library or even two (like Spark and MX). It hopes to be

RE: Porting To Typescript/Javascript

2014-12-04 Thread Kessler CTR Mark J
Sounds good, thanks Alex. Sounds like a new namespace down the road of more aligned / streamlined components. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, December 04, 2014 1:33 PM To: dev@flex.apache.org Subject: Re: Porting To Typescript

Re: Porting To Typescript/Javascript

2014-12-04 Thread Alex Harui
On 12/4/14, 10:25 AM, "Kessler CTR Mark J" wrote: >BTW is there any plans to support things like Margin in the Flex SDK >since they can't be native in the JS anyways? FlexJS containers do support both margin and padding, although I’ll bet there are bugs in the current code. That’s part of my

RE: Porting To Typescript/Javascript

2014-12-04 Thread Kessler CTR Mark J
BTW is there any plans to support things like Margin in the Flex SDK since they can't be native in the JS anyways? -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, December 04, 2014 1:06 PM To: dev@flex.apache.org Subject: Re: Porting To Types

Re: Porting To Typescript/Javascript

2014-12-04 Thread Alex Harui
On 12/4/14, 5:08 AM, "Erik de Bruin" wrote: >You should take a look at FalconJX (same repo as Falcon): it is >designed specifically to be a cross-compiler that can compile to >various output languages. It sounds to me you are trying to re-invent >the wheel by starting from Falcon. FalconJX curr

Re: Porting To Typescript/Javascript

2014-12-04 Thread Erik de Bruin
You should take a look at FalconJX (same repo as Falcon): it is designed specifically to be a cross-compiler that can compile to various output languages. It sounds to me you are trying to re-invent the wheel by starting from Falcon. FalconJX currently has code branches that handle the various flav