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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to