Re: [FlexJS XML]

2017-04-19 Thread Alex Harui
I just pushed a change to handle the @prop cases. I'm not seeing the errors with the Error class, and I am seeing other potential issues where XML.appendChild might have the parameter typed as XML. HTH, -Alex On 4/19/17, 12:00 AM, "Harbs" wrote: >Huh. > >It seems like it was not committed. > >

Re: Falcon build failing

2017-04-19 Thread Harbs
FWIW, I tried adding RegExp("RegExp”), to NativeUtils.NativeJSType, but for some reason it did not help. > On Apr 19, 2017, at 5:05 PM, Harbs wrote: > > I just got this one: > No GoogDep for RegExp > >> On Mar 29, 2017, at 12:52 AM, Alex Harui wrote: >> >> Yep, but I just added it about 10 m

[FlaconJX] Vector initialization

2017-04-19 Thread Harbs
Currently as code which looks like this. var myThingy:Vector. = new Vector.(), it is cross compiled in JS to this: var myThingy = org.apache.flex.utils.Language.Vector(); Considering that this simple returns an empty array, a compiler optimization could be: var myThingy = []; Besides being sh

Re: Falcon build failing

2017-04-19 Thread Harbs
I just got this one: No GoogDep for RegExp > On Mar 29, 2017, at 12:52 AM, Alex Harui wrote: > > Yep, but I just added it about 10 minutes ago. > > -Alex > > On 3/28/17, 9:50 PM, "Harbs" wrote: > >> I’m getting this with a different project: >> No GoogDep for NaN >> >> I guess NaN needs to

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

2017-04-19 Thread Greg Dove
Yes Piotr, although I think we are all guessing what you want, it will be helpful to be certain. On Wed, Apr 19, 2017 at 9:03 PM, piotrz wrote: > Greg, > > In order to touch this subject on compiler sight, would it be helpful if I > prepare what Alex asked me ? > > Scenario and generated code

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

2017-04-19 Thread piotrz
Greg, In order to touch this subject on compiler sight, would it be helpful if I prepare what Alex asked me ? Scenario and generated code in JS sight ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/

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

2017-04-19 Thread Greg Dove
Yes I was thinking more in terms of the times I did this type of thing to support nested typed objects from raw json, more than simple VOs. Not so much in terms of using reviver, but going through from json -> generic object -> typed object with most of the support for the last part being in the ab

Re: Interview on the FlexJS Summit ...

2017-04-19 Thread piotrz
Alex, I think we have list here [1]. There is only one missing as I know Yishay, be he already stated that he will come. :) [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Summit+2017 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://ap

Re: Interview on the FlexJS Summit ...

2017-04-19 Thread yishayw
I'll be there. Alex Harui wrote > Anyway, who do we currently know is going to the FlexJS Summit? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Interview-on-the-FlexJS-Summit-tp61185p61229.html Sent from the Apache Flex Development mailing list archiv

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

2017-04-19 Thread piotrz
Ohh! I got you :) I will prepare something and post here. Thank you! - 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-tp61195p61228.html Sent from the

Re: [FlexJS XML]

2017-04-19 Thread Harbs
Huh. It seems like it was not committed. I just committed it. Sorry about that. > On Apr 19, 2017, at 2:58 AM, Harbs wrote: > > Yes there should it’s located in: > org.apache.flex.textLayout.factory.FactoryBackgroundManager and it extends > BackgroundManager. > >> On Apr 19, 2017, at 2:56 A