Re: FlexJS: Binding Issue

2016-09-17 Thread Greg Dove
Hi Prashant, I believe you have discovered a small bug, thanks for bringing it to our attention. I followed Alex's advice but varied it slightly, and have gotten it working locally with at the application level, but that alone is not sufficient, unfortunately. The TextInput class

Re: FlexJS: Binding Issue

2016-09-17 Thread PKumar
Thanks for explanation Alex, I tried the provided sample code but it is not working. We have superb support of data binding in regular FlexSDK with options to optimize. My purpose to understand FlexJS binding effectively and create series of example so these can help others also.

Layout broken in AIR 23

2016-09-17 Thread chris_d_k
Hi together, I have a mobile flex app. When I build it with AIR 21 everything is okay on Android. When I compile it with AIR 23 it seems like the view is layouted as it would be bigger but there are just parts of it cropped at the bottom. When I put the app in the background and activate it

Re: FlexJS: Binding Issue

2016-09-17 Thread Alex Harui
On 9/16/16, 10:33 PM, "PKumar" wrote: >Hi, > >I am learning the FlexJS and trying to create the binding example. But >FlexJS data binding is not same as normal flex SDK.no BindingUtils & >ChangwWatcher class available. FlexJS databinding won't be 1:1 the same as Flex.