Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-05 Thread OK
Alex Harui wrote > Update: The compiler isn't assigning private access getters to the > Watchers, but it is assigning it to the Bindings, so I made changes to the > Binding code in FlexJS to deal with it and things seem to be working. Thanks Alex, I'll test it soon! Olaf -- View this message

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-05 Thread Alex Harui
Update: The compiler isn't assigning private access getters to the Watchers, but it is assigning it to the Bindings, so I made changes to the Binding code in FlexJS to deal with it and things seem to be working. Maybe we will find a reason to put the getters on the Watchers some day. Any voluntee

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread Alex Harui
On 10/4/16, 2:03 PM, "OK" wrote: >Hi Greg, > > >Greg Dove wrote >> I suspect it might work with ViewDataBinding but perhaps not the other >> Binding types yet. > >Hmmm, I've just tested it and it seems to me that's the same behaviour >with >ViewDataBinding: >Public works, private not. I'm look

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread OK
Hi Greg, Greg Dove wrote > I suspect it might work with ViewDataBinding but perhaps not the other > Binding types yet. Hmmm, I've just tested it and it seems to me that's the same behaviour with ViewDataBinding: Public works, private not. Greg Dove wrote > I can work on this by early next week

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread Greg Dove
I suspect it might work with ViewDataBinding but perhaps not the other Binding types yet. If so, it should be a relatively simple fix. I can work on this by early next week if no-one else gets to it first. -Greg [sent from my phone] On 5/10/2016 7:54 AM, "OK" wrote: > This is JIRA: > https://is

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread OK
This is JIRA: https://issues.apache.org/jira/browse/FLEX-35137 Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-0-8-0-Binding-issue-on-swf-side-tp55563p55575.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread OK
PKumar wrote > Just try once making your private variable to public. [Bindable] with > Private variable is not working properly. You're right, making it public works! Many thanks! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-0-8-0-Binding

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread PKumar
Just try once making your private variable to public. [Bindable] with Private variable is not working properly. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-0-8-0-Binding-issue-on-swf-side-tp55563p55571.html Sent from the Apache Flex Development

[FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread OK
Hi, regarding data binding Alex and Greg said some things were changed and will change with 0.8.0 and so sometimes I stumbled over some issues with data binding. Probably there're not so many issues anymore with 0.8.0 but my less knowledge of FlexJS paired with different issues on different 'SDK' v