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


   ```
   <?xml version="1.0" encoding="utf-8"?>
   <mx:Application xmlns:mx="library://ns.apache.org/royale/mx" 
xmlns:fx="http://ns.adobe.com/mxml/2009";
                   applicationComplete="init()">
        <fx:Script>
                <![CDATA[
                        private function init():void
                        {
                                myLabel.visible = true; 
                        }
                ]]>
        </fx:Script>
        <mx:Label visible="false" id="myLabel" text="Hi"/>
   </mx:Application>
   ```
   
   In IE you won't see the Label, in Chrome you will.


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


Reply via email to