I'm having a strange error. I define a treegrid object name tableDisplay3,
the object works, displays data, collapses and uncollapses just fine. But
tableDisplay3 is a null reference. I don't understand how the program can
fully load the object, and tableDisplay3 can still be a null reference.
Can someone help? thanks.
Here's the code where I declare the TreeGrid
<flexlib:TreeGrid
id="tableDisplay3"
width="100%" height="100%"
dataProvider="{ dataObj }"
paddingLeft="25"
verticalTrunks="normal"
rowHeight="30"
showRoot="false"
disclosureClosedIcon="@Embed(source='tree_openNode.png')"
disclosureOpenIcon="@Embed(source='tree_closeNode.png')"
folderClosedIcon="@Embed(source='status.png')"
folderOpenIcon="@Embed(source='status.png')"
iconField="@Embed(source='status.png'" >
<flexlib:columns>
<flexlib:TreeGridColumn dataField="name" />
<mx:DataGridColumn dataField="desc" />
</flexlib:columns>
</flexlib:TreeGrid>
This is the error I get after running Alert.show(String(tableDisplay3.id))
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at helper/__panel1_creationComplete()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio
n()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/private::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/private::callLaterDispatcher2()
at mx.core::UIComponent/private::callLaterDispatcher()
at [enterFrameEvent]
What is the expected output? What do you see instead?
Expect to see "tableDisplay3", get error message as stated above.
What version of the product are you using? On what operating system?
flex 3.0 build 173069, using flexlib 1.9
Please provide any additional information below.
Original issue reported on code.google.com by Porcupin...@gmail.com on 11 Jul 2007 at 9:30
Original issue reported on code.google.com by
Porcupin...@gmail.com
on 11 Jul 2007 at 9:30