yishayw edited a comment on issue #417: ArrayCollection implementation of 
PropertyNames() method
URL: https://github.com/apache/royale-asjs/issues/417#issuecomment-602036780
 
 
   I'm not sure if it's related, but the following code (dataProvider is a 
non-empty ArrayCollection):
   
                        for each (var row:Object in dataProvider)
                        {
                                if (ExpressionUtils.resolveExpression(row, 
col.dataField, _processValues, _ignoreValues))
                                {
                                        count++;
                                }
                        }
                        return count;
   
   row is undefined on the first iteration.

----------------------------------------------------------------
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