Hi,

I am getting the error below.




Here is the code piece while debugging (cls is undefined and throwing exception) :




Call stack :




When I comment the line(in red) below, not throw exception :

<s:Group id="mainApp" width="100%" height="100%" excludeFrom="loggedOutState, dummyState">

        <s:layout>
            <s:HorizontalLayout clipAndEnableScrolling="true" paddingRight="0" paddingLeft="0" paddingTop="10" paddingBottom="10" />
        </s:layout>

        <comps:TreePanel height="100%" id="jobTree" left="0" right="10" top="0" bottom="0" visible="false" includeInLayout="false"/>

        <s:Group width="100%" height="100%">
            <s:layout>
                <s:VerticalLayout clipAndEnableScrolling="true" paddingRight="0" paddingLeft="0" paddingTop="10" paddingBottom="10" />
            </s:layout>
            <!--comps:MenuBar excludeFrom="loggedOutState, dummyState" id="menuBar"/-->             <s:Panel id="messagePanel" title="" width="100%" height="55" visible="false" includeInLayout="false">                 <mx:Text id="messageText" text="" textAlign="center" color="0xFF2D00" width="100%" />
            </s:Panel>
            <!--s:BitmapImage source="@Embed('/images/likya.jpg')" left="0" right="0" top="0" bottom="0" scaleMode="stretch" includeIn="anaSayfaState" /-->             <!--mx:SWFLoader width="950" height="500" source="http://www.youtube.com/v/ojASzi1Kb8c"; includeIn="loggedInState"/-->
            <!--comps:MainPanel includeIn="jobListState" height="100%"/-->
*<jobdetail:JobListWithDetails height="100%" excludeFrom="anaSayfaState, jobDetailState, loggedOutState, dummyState" id="jobListDetail"/>*             <!--RO:jobdetail:JobAllDetailPanel includeIn="jobDetailState" id="allJobDetail" height="100%"/-->
        </s:Group>

    </s:Group>

Thanks,
Serkan

Reply via email to