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/09/04 09:45:31 UTC

[GitHub] [royale-asjs] carlosrovira edited a comment on issue #465: How to create popup using actionscript ?

carlosrovira edited a comment on issue #465: How to create popup using actionscript ?
URL: https://github.com/apache/royale-asjs/issues/465#issuecomment-527827421
 
 
   do you mean to use in AS3?
   that's ok.
   after you add to parent:
   
   `parent.addElement(pop);`
   
   You can open it like this:
   
   `pop.open = true` (or false to close it)

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