Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-22 Thread Harbs
As I already responded, IMO there are none. > On Apr 22, 2017, at 7:43 AM, Justin Mclean wrote: > > - possible IP issue (MD5 code) checked in a few weeks ago

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-22 Thread Alex Harui
Can you be more specific about the outstanding issues. Thanks Alex Get Outlook for Android From: Justin Mclean Sent: Saturday, April 22, 2017 4:43:06 AM To: dev@flex.apache.org Subject: Re: [LAST CALL] Release

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-22 Thread Justin Mclean
Hi, As I mentioned in another thread there are currently several unresolved licensing issues, which off the top of head are: - outstanding issues from the last two releases - JSON license “do no evil” dependancy issue - possible IP issue (MD5 code) checked in a few weeks ago IMO these would

Re: [FlexJS] Table

2017-04-22 Thread piotrz
Hi Carlos! +1 for this :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-FlexJS-Table-tp61274p61283.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[FlexJS] airglobal.swc runtime inside JS build

2017-04-22 Thread almirkadric
Hi there, I was wondering how I can either convert the adobe air runtime library (airglobal.swc) to JS or if existing JS files exist? My project relies on certain classes provided by airglobal.swc and I was wondering if it was possible to use these in the Browser? Currently I have managed to

Re: [FlexJS] Table

2017-04-22 Thread Carlos Rovira
Hi Peter, Thanks for making this. One thought: Since this is Flex (JS) and we try to make components that conform the "flex way" I think is good to have not only a way to insert rows in mxml but a way to insert it vía dataprovider+itemrenderer since we did in MDL Table. I think that's would be

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

2017-04-22 Thread piotrz
Greg, Thanks for explanation now I understand that it will be transparent for me. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

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

2017-04-22 Thread Greg Dove
Hi Piotr, you should not be concerned about that. For example, your bindable VO is also IEventDispatcher but you did not code that. The compiler did it for you after you marked it [Bindable]. So it could also, for example, add an interface that indicates the class has compiler generated toJson

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

2017-04-22 Thread piotrz
Hi Greg, Reading your code we landed again to giving our VO some kind of interface ? If yes, that's resolve issue, but it won't be to handy. I don't want to implement by my VO any interface - I just wanted to have function toJSON - which is recognizable by deserializer default. var book:Book =