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 08:55:35 UTC

[GitHub] justinmclean opened a new issue #45: Data binding warning in Apache Royale TODO list example

justinmclean opened a new issue #45: Data binding warning in Apache Royale TODO list example
URL: https://github.com/apache/royale-asjs/issues/45
 
 
   
   /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(49): col: 26 Warning: Data binding will not be able to detect assignments to 'title'.
   
   	<js:CheckBox text="{data.title}" 
   	                        ^
   
   /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(50): col: 30 Warning: Data binding will not be able to detect assignments to 'selected'.
   
   	             selected="{data.selected}" 
   	                            ^
   
   /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(49): col: 26 Data binding will not be able to detect assignments to 'title'.
   
   	<js:CheckBox text="{data.title}" 
   	                        ^
   
   /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(50): col: 30 Data binding will not be able to detect assignments to 'selected'.
   
   	             selected="{data.selected}" 

----------------------------------------------------------------
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