piotrzarzycki21 commented on issue #639: Binding doesn't work in Jewel List 
item renderers using VO
URL: https://github.com/apache/royale-asjs/issues/639#issuecomment-569673778
 
 
   > About the Binding issue: Your configuration for VOs are the same like in 
Tour De Jewel right?. There all VOs has `Binding` metadata at level class and 
are working, right? Maybe there's a difference within TDJ and you example, but 
don't see it right now.
   
   I may be completely wrong, but in TDJ all examples are related to option 
where you setup `data `nothing more. This one:
   
   ```
   [Bindable("dataChange")]
   public function get someVO():SomeVO
   {
        return data as SomeVO;
   }
   ```
   
   If after setup you change any property in SomeVO, which is my case - it 
won't work cause Binding doesn't know that you have changed anything in SomeVO 
unless you use `[Bindable("valueChange")]`.
   Even that won't work if you have [Bindable] on top of your class instead on 
each property -> 
https://github.com/apache/royale-asjs/issues/639#issuecomment-569518541

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


With regards,
Apache Git Services

Reply via email to