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
   
![image](https://user-images.githubusercontent.com/5983818/76464520-95875380-63f6-11ea-8203-cf3381ddbf8d.png)
   2nd call : data is NOT null, return value is not available, and no exception 
thrown
   
![image](https://user-images.githubusercontent.com/5983818/76464630-c071a780-63f6-11ea-9b46-b7b3c7c2b6e0.png)
   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

Reply via email to