an app started failing after w recompiled w/2.01. it started throwing:

TypeError: Error #1010: A term is undefined and has no properties.
at 
mx.controls::DataGrid/mx.controls:DataGrid::mouseUpHandler()[C:\dev\flex_201_gmc\sdk\frameworks\mx\controls\DataGrid.as:4220]

errors on a grid defined:
<mx:DataGrid  id="groupsGrid" x="58.5" y="49" width="160" height="144"
dragEnabled="false" editable="true" dropEnabled="false"
dragMoveEnabled="false" allowMultipleSelection="false"
selectedIndex="-1" click="getGroupedLayers();">

it appears to be the "editable" bit, turning it off gets rid of the
error. this worked fine in 2.0 & i can't see anything in the release
notes, etc. about this.

any ideas?

thanks.

Reply via email to