nihavend edited a comment on issue #552: Tree component does not refresh after data provider content is updated. URL: https://github.com/apache/royale-asjs/issues/552#issuecomment-553089740 @greg-dove, @aharui thank you for the fix. I can confirm that your fix works for the test cases Greg. I have an issue related with different data that makes tree not populate correctly but still trying to discover. So I am closing the issue, we may continue on another one if necessary. Greg, you should assing the issue to your self I guess :) For note, this is the xml that does not work with dynamic tree loading just for info : ``` <fx:XMLList id="PInaraData"> <list title="Grup Listesi" id="0"> <jobGroup title="Independents" id="-1"> <jobProperty title="SENSORDATA_HOURLY" id="1" statu="0" port="1"/> <jobProperty title="SENSORDATA_DAILY" id="2" statu="0" port="1"/> <jobProperty title="SENSORDATA_ALWAYSON" id="3" statu="0" port="1"/> <jobProperty title="SENSORDATA_FIVE_MIN" id="4" statu="9" port="1"/> <jobProperty title="PERSONAL_PROFILE_INFO" id="5" statu="9" port="1"/> <jobProperty title="SENSORDATA_AVG_CONS" id="6" statu="9" port="1"/> </jobGroup> </list> </fx:XMLList> ```
---------------------------------------------------------------- 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
