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

   I tried replacing HelloWorld.mxml with
   
   ```
   <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                      xmlns:js="library://ns.apache.org/royale/basic" >
       <js:valuesImpl>
           <js:SimpleCSSValuesImpl />
       </js:valuesImpl>
       <js:initialView>
           <js:View>
                <js:Label text="Hello World!" />
           </js:View>
       </js:initialView>
                                <fx:Style>
                                        /*.TitleBar{
                                                border:solid 1px grey;
                                        }*/
                                        /*.DataContainer{
                                                border:solid 1px grey;
                                        }*/
                                        
                                </fx:Style>
   
   </js:Application>
   ```
   
   And it is compiling correctly for me. Can you please do the same and report?


-- 
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-unsubscr...@royale.apache.org

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

Reply via email to