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


   Below's an example app that results in TypeError: Cannot set property 
'width' of undefined
   
   TypeError: Cannot set property 'width' of undefined
   
   ```
   <?xml version="1.0" encoding="utf-8"?>
   <s:Application creationComplete="init()" 
xmlns:fx="http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.apache.org/royale/spark">
        <fx:Script>
                <![CDATA[
                        
                private function init():void
                {
                        myContent.width = 20;
                }
                ]]>
        </fx:Script>
        <s:PopUpAnchor>
                <s:Group>
                        <s:Group id="myContent"/>
                </s:Group>
        </s:PopUpAnchor>
   </s: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.

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


Reply via email to