我正在尝试创建组件:
<?xml version="1.0"?>
<s:VGroup xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:s="library://ns.adobe.com/flex/spark">
<mx:DataGrid id="letDataGrid" width="100%" height="100%" rowCount="5">
<mx:columns>
.......
</mx:columns>
</mx:DataGrid>
<mx:Form>
.......
</mx:Form>
</s:VGroup>
代码放入FileName.mxml
. 当我尝试使用它时(进入ViewStack
)
<s:NavigatorContent label="Blocks" width="100%" height="100%">
<comp:FileName/>
</s:NavigatorContent>
应用程序已编译,组件应该在的窗格中没有任何内容。有人可以解释我做错了什么吗?
UPD如果我粘贴内容FileName.mxml
代替<comp:FileName/>
一切都可以