Re: [FlexJS]databinding using 'curly braces {} syntax' is broken in 0.7

2016-10-13 Thread Pan Li
Greg: thank you Olaf: can you please give me a sample or link or document describing what is proper binding bead of the curly brace data binding? There is no samples in SDK using this syntax, we had tried lots of code but it didn't work, we are not sure if we did it correctly Thank you My

Re: [FlexJS]databinding using 'curly braces {} syntax' is broken in 0.7

2016-10-12 Thread pan Li
yes the sample I post was wrong Thank you for point out -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-databinding-using-curly-braces-syntax-is-broken-in-0-7-tp55708p55725.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS]databinding using 'curly braces {} syntax' is broken in 0.7

2016-10-12 Thread Greg Dove
iirc binding into a textinput text does not work on 0.7. There was a recent fix for this in nightly builds. But in this case the lalbel binding should be {myTI.text} in the earlier example in the earlier example. -Greg [sent from my phone] On 13/10/2016 2:26 AM, "OK"

Re: [FlexJS]databinding using 'curly braces {} syntax' is broken in 0.7

2016-10-12 Thread OK
Do you have already add a proper binding bead? Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-databinding-using-curly-braces-syntax-is-broken-in-0-7-tp55708p55711.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[FlexJS]databinding using 'curly braces {} syntax' is broken in 0.7

2016-10-12 Thread Pan Li
FlexJS comes with samples using databinding, but basic 'curly brace syntax' is broken. these two lines can reproduce the problem: the code works as expect in Flex application, but it doesn't set text to the Label in FlexJS 0.7 or 0.6 Thank you Pan Li My Apache Flex community contribution