Re: Layout broken in AIR 23

2016-09-18 Thread chris_d_k
It seems my problem with the layout on Air 22 or Air 23 always appears after the softKeyboard was opened until the app was sent to the background and is activated again. Anyone having the same problem? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Layout-bro

Re: Layout broken in AIR 23

2016-09-18 Thread chris_d_k
Found out, the problem is only that the bottom navigation from android is not removed anymore since AIR22: Before opening soft keyboard after opening soft keyboard

Re: FlexJS: Binding Issue

2016-09-18 Thread PKumar
Thanks for info Greg, I am using FlexJS0.7.0. There are different binding bead available in FlexJS and no doc available on these. So if you can provide brief info on below binding statement that will be really helpful for me to distinguish. ApplicationDataBinding ViewDataBinding SimpleBinding C

Re: FlexJS: Binding Issue

2016-09-18 Thread PKumar
Alex, BindingUtils class is useful to attach watcher on multiple properties or chain of properties. If i am having a custom class with large no. of properties and if i want to detect the multiple properties changes then i will dispatch the events multiple times. Also i will have to extend the E

Re: FlexJS: Binding Issue

2016-09-18 Thread Greg Dove
Hi Prashant, I recently became a committer for the project, but I have been working mostly at the unit level in lower level framework code, unrelated to UI components, so I had not even used a TextInput component in any testing to date yet, although I did do some work on general binding-related co

Re: FlexJS: Binding Issue

2016-09-18 Thread Alex Harui
On 9/18/16, 2:47 AM, "PKumar" wrote: >Alex, > >BindingUtils class is useful to attach watcher on multiple properties or >chain of properties. If i am having a custom class with large no. of >properties and if i want to detect the multiple properties changes then >i >will dispatch the events