1

我的数据网格组件似乎已损坏。

当我把一个拖到舞台上时,它只是一个正方形。里面什么都没有。只是一个正方形...

然后,当我尝试以编程方式将其添加到舞台时,直接使用文档中的示例,它会引发一些错误:

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,就在主时间线的第一帧。

4

1 回答 1

1

启用“组件”面板->在库面板中拖动数据网格组件->它现在应该可以工作了

于 2010-01-18T21:49:44.470 回答