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 2019/10/11 08:54:23 UTC

[GitHub] [royale-asjs] Harbs edited a comment on issue #502: why not showing real object ? InternalChildren

Harbs edited a comment on issue #502: why not showing real object ? InternalChildren
URL: https://github.com/apache/royale-asjs/issues/502#issuecomment-540978333
 
 
   `internalChildren()` is not meant to be a public function. As its name indicates it's an internal method to get the underlying HTML elements. It's useful if you have some reason to access the HTML elements directly, but in Royale you generally would not take that approach.
   
   You should use `cel1.getElementAt(0)` to get the `Label` component.
   
   P.S. I recommend using [Stack Overflow](https://stackoverflow.com/questions/tagged/apache-royale) for usage questions. It'll help others benefit more from the questions and answers.

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