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

<js:beads>
    <js:ApplicationDataBinding />
  </js:beads>

at the application level, but that alone is not sufficient, unfortunately.

The TextInput class itself is missing a couple of
[Bindable(event="change")] metadata elements
from its text and html getters, which provides the compiler with the clues
to generate the necessary binding code.

Are you using nightly builds or the last release?
We can definitely have this fixed in the next release, but if you are happy
to use nightly builds, it could be available to you in the next day or so ,


cheers,
Greg


On Sun, Sep 18, 2016 at 3:27 AM, PKumar <prashaku...@gmail.com> wrote:

> 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.
>
> BindingUtils class contains utility methods  to use data binding in action
> script. check the below ASDOC URL:
> http://help.adobe.com/en_US/FlashPlatform/reference/
> actionscript/3/mx/binding/utils/BindingUtils.html
>
>
>
>
> -----
> Regards,
> Prashant
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13556.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Reply via email to