我的datagrid组件似乎已损坏。
当我把一个拖到舞台上时,它只是一个正方形。什么都没有。只是一个广场......
然后,当我尝试以编程方式将其添加到舞台上时,直接使用文档中的示例,它会引发一些错误:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/DataGrid.html
import fl.controls.DataGrid;
var myDataGrid:DataGrid = new DataGrid();
错误:
1172: Definition fl.controls:DataGrid could not be found.
1046: Type was not found or was not a compile-time constant: DataGrid.
1180: Call to a possibly undefined method DataGrid.
这听起来非常糟糕,特别是考虑到我需要使用DataGrid来完成我的程序。
我做错了什么,我该如何解决?这是AS3,位于主时间轴的第1帧。
答案 0 :(得分:1)
启用“组件”面板 - >在库面板中拖动datagrid组件 - >它现在应该工作