nihavend commented on issue #755: Binding function is called after the static function in component URL: https://github.com/apache/royale-asjs/issues/755#issuecomment-597883224 Actually it is called 4 times. 1st call : data is null, return value is not available, and no exception thrown  2nd call : data is NOT null, return value is not available, and no exception thrown  3rd call : data is null, return value is not available, and no exception thrown same 1st 4th call : data is NOT null, return value is not available, and no exception thrown 2nd The signature of the functions : ``` public static function getStatuImage(statuCode:Number):String public static function resolveStatus(data:Object):String ``` And the source code of the ImageContainer.as is attached above.
---------------------------------------------------------------- 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
