aharui commented on issue #755: Binding function is called after the static function in component URL: https://github.com/apache/royale-asjs/issues/755#issuecomment-598552401 I looked into the 4 calls. It looks like "correct" behavior. One of the inefficiencies in the test case is that the XMLListCollection's source is set 3 times: 1) set to null in the app's constructor to initialize jobListXmlCollection 2) set to null to "unset" the XMLListAdapter from set in the app's constructor 3) set to the actual final XMLList. Then, given that VGroup is used as the top tag in StateImageItem, ContainerDataBinding is running which evaluates data before it is set by the binding in the wrapping MXADGIR. And then it gets set one final time with the right value. It could improve performance to not initialize jobListXmlCollection and create the final XMLListCollection in the creationComplete handler.
---------------------------------------------------------------- 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
