You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2017/10/24 10:49:00 UTC

[GitHub] justinmclean commented on issue #46: ViewDataBinding not working as expected when binding to properties within objects

justinmclean commented on issue #46: ViewDataBinding not working as expected when binding to properties within objects
URL: https://github.com/apache/royale-asjs/issues/46#issuecomment-338951026
 
 
   If you remove the ViewDataBinding and add this at the top level:
   ```
       <js:beads>
           <js:ApplicationDataBinding />
       </js:beads>
   ```
   Hello world will show as expected.
   
   Having the view as a component makes no difference.
   
   obj.text property not being  [Bindable] is not the reason this doesn't work as obj is [Bindable] and the whole object is being replace not just the text changed. If you compile and run the Flex SDK version you'll see that it works.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services