nihavend commented on issue #552: Tree component does not refresh after data 
provider content is updated.
URL: https://github.com/apache/royale-asjs/issues/552#issuecomment-552166091
 
 
   > event.message.body may have been incorrectly converted to a String instead 
of XML.
   originally I was using event.result. 
   
   `var treeXml:XML = XML(event.result);`
   
   and setting new data for data provider
   
   `liveTreeDP = new XMLList(treeXml);`
   
   and running `liveTree.validateNow();` to get tree reconstructed. what is the 
royale approach to get tree re-rendered with new data ?
   
   

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