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 2022/09/05 09:34:42 UTC

[GitHub] [royale-asjs] yishayw commented on issue #1208: Emulation - Panel's internal container does not default to Panel's size

yishayw commented on issue #1208:
URL: https://github.com/apache/royale-asjs/issues/1208#issuecomment-1236765599

   This is in contrast to the following scenario, which works as expected:
   
   ```
   <?xml version="1.0"?>
   <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
   	xmlns:s="library://ns.apache.org/royale/spark"
   	xmlns:mx="library://ns.apache.org/royale/mx"
           width="100%" height="100%"
   	backgroundColor="white">
   
   <fx:Script>
   	<![CDATA[
   		]]>
   </fx:Script>
           <mx:VBox width="111" height="111">
                   <mx:Canvas id="panelTitleBar" width="100%" height="20" backgroundColor="blue"/>
                   <mx:Canvas id="panelContentContainer" width="100%" height="100%">
                           <mx:Canvas width="100%" height="200" backgroundColor="red"/>
                   </mx:Canvas>
           </mx:VBox>
   </mx:Application>
   ```
   
   


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org