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/11/16 12:36:10 UTC

[GitHub] [royale-asjs] yishayw opened a new issue #935: Spark Application Size Not Initialized

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


   In the following application the red group is not visible
   ```
   <s:Application 
   	xmlns:fx="http://ns.adobe.com/mxml/2009"
   	xmlns:s="library://ns.apache.org/royale/spark"
   	>
   	<s:Group style="background-color: red" height="50" width="100%"/>
   </s:Application>
   ```
   Unless you add the following 2 line to the Application tag
   
   ```
   	width="100%"
   	height="100%"
   
   ```


----------------------------------------------------------------
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 #935: Spark Application Size Not Initialized

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


   Looks like the content view of the application needs to be set to its proper size when mx.managers.SystemManager.initializeTopLevelWindow() is called.


----------------------------------------------------------------
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 #935: Spark Application Size Not Initialized

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


   SparkLayoutBead will likely need to be replaced by a SparkApplicationLayoutBead


----------------------------------------------------------------
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] aharui closed issue #935: Spark Application Size Not Initialized

Posted by GitBox <gi...@apache.org>.
aharui closed issue #935:
URL: https://github.com/apache/royale-asjs/issues/935


   


----------------------------------------------------------------
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 #935: Spark Application Size Not Initialized

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


   Similar code in Flex doesn't need the aforementioned additional 2 lines.


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