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-552763785 @greg-dove The fix is fine for now so that Serkan can keep going so thanks for doing that. IMO, if you are going to do more work in this area, we definitely need to make static binding PAYG. There should be no (or almost no) if statements. Maybe create a SimpleStaticBinding class. Maybe the compiler should generate the bindings array with additional data so the determination of what is or isn't a static binding is more straightforward (and possibly faster). When the compiler knows something, it can often be worth encoding that knowledge so the AS/JS code doesn't have to figure it out at runtime.
---------------------------------------------------------------- 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
