[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-12 Thread GitBox
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

[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-11 Thread GitBox
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-598018093 I will try to remember to optimize it down to two or one.

[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-11 Thread GitBox
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-598008829 I altered resolveStatus to : ``` public static function resolveStatus(data:Object):String {

[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-11 Thread GitBox
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-598007941 The example source is throwing a caught exception in the binding code because the list of items is never

[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-11 Thread GitBox
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-597878674 In the email thread, I thought you said that resolveStatus gets called twice. On the second call,

[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-11 Thread GitBox
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-597871813 The call stack shows that ContainerDataBinding is making the call. We can optimize that away, but it should not