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 2021/12/14 14:47:15 UTC

[GitHub] [royale-compiler] yishayw commented on issue #205: sortOn is not working in type of ArrayCollection which works in Flash

yishayw commented on issue #205:
URL: https://github.com/apache/royale-compiler/issues/205#issuecomment-993616527


   > `var arr:Array = new ArrayCollection(); arr.push({label:"Z", data:"first"}); arr.push({label:"C", data:"second"}); arr.push({label:"E", data:"third"});
   > 
   
   
   Is arr and Array or an ArrayCollection ? Looks like you are declaring it as an Array and assigning to it an ArrayCollection.


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org