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/02 06:13:14 UTC

[GitHub] [royale-asjs] aharui commented on issue #819: ADG inner components can not inherit data object and tooltip is not displayed

aharui commented on issue #819:
URL: https://github.com/apache/royale-asjs/issues/819#issuecomment-622698597


   I didn't actually run this example, but the first thing I looked for was the use of the data property.  In Royale, the JS runtime does not know about fancy types like XML and Proxy so they must be explicitly cast/typed.   So try something like:
   
   ``` (data as XML).baseJobInfos.jsName; ```
   


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