I narrowed the compiler hanging issue down to one mxml file in my source. It
is hanging during the compilation of the below mxml file. I removed this
file from the source and the compiling seems to be fine. Here is the mxml
file for your reference. I couldn't notice anything that could cause the
compile to hang. Please share your thoughts.

<?xml version="1.0" ?>

<uipanel:ResizableTitleWindow xmlns:mx="http://www.adobe.com/2006/mxml";
         
xmlns:filter="com.infogix.iitap.component.flexuiplatform.controls.filter.*"
         
xmlns:uipanel="com.infogix.iitap.component.flexuiplatform.controls.panel.*"
          close="closePopup(event)"
          initialize="initializeHandler(event)"
          styleName="pickerPanel"
          height="400" width="600"
          horizontalScrollPolicy="off" verticalScrollPolicy="off">

    
    <mx:VBox id="topRegionsContainer" width="100%" verticalGap="1"
backgroundColor="#3399ff"/>
    
    
    <filter:FilterAndMainContainer id="filterAndMainContainer" width="100%"
height="100%">
        
        <mx:VBox id="mainRegionsContainer" width="100%" height="100%"/>
    </filter:FilterAndMainContainer>

    <mx:Script></mx:Script>
</uipanel:ResizableTitleWindow>



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/

Reply via email to