aharui 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-552167806
 
 
   The code should remain the same.  We just need to understand what the data 
types are vs what they should be.
   
   I suggest that you go back to your original code and in the JS debugger, 
determine if event.result is a String or XML before the line:
   
   `var treeXml:XML = XML(event.result);`
   
   Then see what treeXml is after that line executes.  Do not use trace() 
because that may not truly indicate the type of event.result.
   
   

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