Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-06 Thread Erik de Bruin
The fix is in ;-) EdB On Fri, Dec 6, 2013 at 8:23 AM, Erik de Bruin e...@ixsoftware.nl wrote: The problem is that the emitting code doesn't see accessors as functions, so it doesn't assign a null function to the member. I'm working on a fix. EdB On Thu, Dec 5, 2013 at 8:45 PM, Alex

Re: strange issues in JIRA

2013-12-06 Thread Cosma Colanicchia
I was curious to read them, but I was late to the party :) 2013/12/6 Maurice Amsellem maurice.amsel...@systar.com Thanks. First admin task will be to delete these issue :-) Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 6

RE: strange issues in JIRA

2013-12-06 Thread Maurice Amsellem
Didn't miss anything, really -Message d'origine- De : Cosma Colanicchia [mailto:cosma...@gmail.com] Envoyé : vendredi 6 décembre 2013 14:41 À : Apache Flex Developers ML Objet : Re: strange issues in JIRA I was curious to read them, but I was late to the party :) 2013/12/6 Maurice

RE: strange issues in JIRA

2013-12-06 Thread Kessler CTR Mark J
They were completely empty minus the title and a tag. -Mark -Original Message- From: Cosma Colanicchia [mailto:cosma...@gmail.com] Sent: Friday, December 06, 2013 8:41 AM To: Apache Flex Developers ML Subject: Re: strange issues in JIRA I was curious to read them, but I was late to the

Cross-compiling to build components

2013-12-06 Thread Peter Ent
Hi, I've just finished an experiment with pretty good results. A little while ago I created a first pass at a FlexJS DataGrid. This meant building both the ActionScript and the JavaScript components and all of their parts (data model, view, and so forth). Creating a new component for FlexJS

Re: Cross-compiling to build components

2013-12-06 Thread Mr. Rich
Great news Peter, On Dec 6, 2013 11:42 AM, Peter Ent p...@adobe.com wrote: Hi, I've just finished an experiment with pretty good results. A little while ago I created a first pass at a FlexJS DataGrid. This meant building both the ActionScript and the JavaScript components and all of their

Re: Cross-compiling to build components

2013-12-06 Thread Cosma Colanicchia
Very nice job! 2013/12/6 Mr. Rich mrrich@gmail.com Great news Peter, On Dec 6, 2013 11:42 AM, Peter Ent p...@adobe.com wrote: Hi, I've just finished an experiment with pretty good results. A little while ago I created a first pass at a FlexJS DataGrid. This meant building

Re: Cross-compiling to build components

2013-12-06 Thread Erik de Bruin
Way to go, Peter! Let me know if there is a way to optimise the process. There is a lot we can do with FalconJx and maybe the framework architecture that will allow us to do more with this paradigm... EdB On Fri, Dec 6, 2013 at 6:31 PM, Cosma Colanicchia cosma...@gmail.com wrote: Very nice

Re: Cross-compiling to build components

2013-12-06 Thread OmPrakash Muppirala
This is fantastic news, Peter! If you can add a page in the wiki describing the process of converting a simple AS3 component into JS, that would be so much helpful for folks like me, who want to help with building components for FlexJS. Thanks, Om On Dec 6, 2013 9:39 AM, Erik de Bruin

Re: Cross-compiling to build components

2013-12-06 Thread Peter Ent
I will update the wiki. Thanks. --peter On 12/6/13 1:08 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: This is fantastic news, Peter! If you can add a page in the wiki describing the process of converting a simple AS3 component into JS, that would be so much helpful for folks like me, who

[FlexJS] FW: Cross-compiling to build components

2013-12-06 Thread Peter Ent
Hi, I've extended the Wiki page for creating components on the FlexJS Wiki pages. I've also placed the sample code I used, called DataGridXcompile, in the FlexJS examples directory. Peter Ent Adobe Systems On 12/6/13 1:14 PM, Peter Ent p...@adobe.com wrote: I will update the wiki. Thanks.