Re: [FlexJS] Uncaught type exception

2017-02-12 Thread Alex Harui
On 2/12/17, 1:39 AM, "piotrz" wrote: >Alex, > >In case of raised jira by Justin - do you think that bug is inside >compiler >or do you want me to look into that? You are welcome to look into it. Maybe you or Justin can build the exact same test case in regular Flex so we can compare how Flex

Re: [FlexJS] Uncaught type exception

2017-02-12 Thread piotrz
Alex, In case of raised jira by Justin - do you think that bug is inside compiler or do you want me to look into that? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Uncaught-type-exception

Re: [FlexJS] Uncaught type exception

2017-02-12 Thread Justin Mclean
Hi, > Binding works mostly. It looks like the generated code might need a > try/catch. File a bug. https://issues.apache.org/jira/browse/FLEX-35262 > Yes, that is probably the case. If your properties are being applied to > objects being cre

Re: [FlexJS] Uncaught type exception

2017-02-11 Thread Alex Harui
On 2/11/17, 10:18 PM, "Justin Mclean" wrote: >Hi, > >I trying something perhaps a little too complex fro FlexJS. First off >does FlexJS support binding on setters/getters yet? Binding works mostly. It looks like the generated code might need a try/catch. File a bug. > >I think that the sett

[FlexJS] Uncaught type exception

2017-02-11 Thread Justin Mclean
Hi, I trying something perhaps a little too complex fro FlexJS. First off does FlexJS support binding on setters/getters yet? I have this code: http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:comp="components.*">