carlosrovira 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-569672462
 
 
   Hi Piotr,
   
   all your findings seems to me very interesting. I wasn't aware about 
`valueChange`. Don't know if having `dataChange` and `valueChange` is something 
done by design. Maybe Alex can throw more light on this.
   
   Trying to search about it, I saw there's the following configurations in 
Basic and Jewel:
   
   ```xml
   
<binding-value-change-event>org.apache.royale.events.ValueChangeEvent</binding-value-change-event>
                
<binding-value-change-event-kind>org.apache.royale.events.ValueChangeEvent</binding-value-change-event-kind>
                
<binding-value-change-event-type>valueChange</binding-value-change-event-type>
   ```
   
   But I think we need here @aharui let us know about implications with both 
`dataChange` and `valueChange` and about configuration.
   
   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.
   

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