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/05/20 11:51:18 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #536: Implementation of "uid" is missing in UIComponent

pashminakazi opened a new issue #536:
URL: https://github.com/apache/royale-asjs/issues/536


   public function get uid():Object
       {
           trace("uid not implemented");
           return 0;
       }
       public function set uid(value:Object):void
       {
           trace("uid not implemented");
       }
   @aharui Please implement uid 
   Thanks in Advance


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



[GitHub] [royale-asjs] yishayw commented on issue #536: Implementation of "uid" is missing in UIComponent

Posted by GitBox <gi...@apache.org>.
yishayw commented on issue #536:
URL: https://github.com/apache/royale-asjs/issues/536#issuecomment-631427523


   @aharui is correct that toString() isn't unique in JS. I added a static counter that may be good for a session, but we may want to use something like this [1] instead.
   
   [1] https://gist.github.com/gordonbrander/2230317


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