You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/03/21 12:51:19 UTC

[GitHub] [royale-asjs] yishayw edited a comment on issue #417: ArrayCollection implementation of PropertyNames() method

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:
users@infra.apache.org


With regards,
Apache Git Services