Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-26 Thread Alex Harui
On 4/26/17, 4:45 PM, "Justin Mclean" wrote: >Hi, > >> Not yet. I will be seeking clarification on whether I can manually >>create >> the final result without it being called a derivative work. > >I assume you be asking this on the current legal discuss thread?

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-26 Thread Justin Mclean
Hi, > Not yet. I will be seeking clarification on whether I can manually create > the final result without it being called a derivative work. I assume you be asking this on the current legal discuss thread? Wouldn’t it be less effort to just do as Roy advises and add the MIT header? Even it

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-26 Thread Alex Harui
On 4/26/17, 3:51 PM, "Justin Mclean" wrote: >Hi, > >Alex give Roy’s last repose [1] on legal discuss are you OK for me to go >ahead and add back in the MIT license? Not yet. I will be seeking clarification on whether I can manually create the final result without it

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-26 Thread Justin Mclean
Hi, Alex give Roy’s last repose [1] on legal discuss are you OK for me to go ahead and add back in the MIT license? Thanks, Justin 1. https://lists.apache.org/thread.html/6506d8e5001b74f36b338a81b3175f94da0c79785af04c9cd06fa44c@%3Clegal-discuss.apache.org%3E

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-26 Thread Josh Tynjala
I think Microsoft's Monaco editor would be good for this sort of thing: https://github.com/Microsoft/monaco-editor It's the core editor used by Visual Studio Code, packaged up as a standalone component. I recently saw that a company called TypeFox found a way to make Monaco to speak the

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-26 Thread Josh Tynjala
For a while now, I've wanted to build something similar to TypeScript's playground. I just haven't found the time yet. https://www.typescriptlang.org/play/ Basically, one file/class in and one file out. The idea would be to keep it super basic. Simply let people see the JavaScript that gets

Re: [FlexJS] Layouts

2017-04-26 Thread Peter Ent
Let's do this then, after the merge of dual into develop: AbsolutePositioningViewBeadBase will be the view bead to use for controls. On the HTML platform, this bead will set its strand's style position to "relative" if it is not set to either "absolute" or "relative" already. In addition, this

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-26 Thread Justin Mclean
Hi, > There would be no more entry barrier to get in touch with FlexJS: Just call > the (web) app, code and compile it with one click. Great idea! > Before starting with this I'd like to ask if you think that this approach is > worth following it or if you expect too many issues (maybe also

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-26 Thread yishayw
I certainly don't think it's useless. I've been imagining something similar and it's great to see you take it up. I wonder what the effort would be to adapt Moonshine to be the web text editor... -- View this message in context:

[FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-26 Thread OK
Hi guys, I remember that there were some discussions that it would be nice to have something like JSFiddle or CodePen for FlexJS. I also remember that Alex introduced a POC for live editing a couple of months ago. Cause I've no idea if something like this could be achieved as-a-service and I'm

Re: [FlexJS] Issue with JSON.stringify and Bindable VO objects

2017-04-26 Thread piotrz
Greg, Ohhh! I know what you mean - bloody deadlines! :) Thank you! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Issue-with-JSON-stringify-and-Bindable-VO-objects-tp61195p61368.html Sent from

Re: [FlexJS] Two-way binding

2017-04-26 Thread piotrz
It would be good to have two-way binding working with -> @ - I've just raised a jira [1] [1] https://issues.apache.org/jira/browse/FLEX-35298 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: