Apache Royale:SDK 0.9.7 上的 DataGrid Jewel 问题

Posted

技术标签:

【中文标题】Apache Royale:SDK 0.9.7 上的 DataGrid Jewel 问题【英文标题】:Apache Royale : issue with DataGrid Jewel on SDK 0.9.7 【发布时间】:2020-01-29 17:44:15 【问题描述】:

由于我想使用 Apache Royale 的新功能,我从 SDK 0.9.6 切换到今天下载的 0.9.7 #716 (JSOnly Nightly Build)。

但是在尝试使用Jewel DataGrid时,出现js错误:

DataGridView.js:171 Uncaught TypeError: Cannot read property 'length' of undefined
    at org.apache.royale.jewel.beads.views.DataGridView.handleDataProviderChanged (DataGridView.js:171)
    at org.apache.royale.jewel.beads.views.DataGridView.org_apache_royale_jewel_beads_views_DataGridView_createChildren (DataGridView.js:140)
    at org.apache.royale.jewel.beads.views.DataGridView.set__strand (DataGridView.js:308)
    at org.apache.royale.jewel.DataGrid.org.apache.royale.core.ElementWrapper.addBead (ElementWrapper.js:117)
    at org.apache.royale.jewel.DataGrid.org.apache.royale.core.htmlElementWrapper.addBead (HTMLElementWrapper.js:50)
    at org.apache.royale.jewel.DataGrid.org.apache.royale.core.UIBase.addBead (UIBase.js:375)
    at Object.org.apache.royale.utils.loadBeadFromValuesManager (loadBeadFromValuesManager.js:41)
    at org.apache.royale.jewel.DataGrid.org.apache.royale.core.UIBase.addedToParent (UIBase.js:563)
    at org.apache.royale.jewel.DataGrid.org.apache.royale.jewel.supportClasses.group.GroupBase.addedToParent (GroupBase.js:64)
    at org.apache.royale.jewel.DataGrid.org.apache.royale.jewel.Group.addedToParent (Group.js:74)

这是测试用例:

<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                xmlns:js="library://ns.apache.org/royale/basic" 
                xmlns:j="library://ns.apache.org/royale/jewel" 
                applicationComplete="ev_complete()">

    <j:initialView>
        <j:View >
            <j:Label text="Hello"/>
            <j:DataGrid localId="dg"  >
               <j:beads>
                    <j:AddDataGridItemRendererForArrayListData/>
                    <j:RemoveDataGridItemRendererForArrayListData/>
                    <j:UpdateDataGridItemRendererForArrayListData/>
                    <j:RemoveAllDataGridItemRendererForArrayListData/>
                </j:beads>
                <j:DataGridColumn label="Label" dataField="label"/>
                <j:DataGridColumn label="D1" dataField="d1" />
            </j:DataGrid>
        </j:View>        
    </j:initialView>    

    <fx:Script>
        <![CDATA[   
            import org.apache.royale.collections.ArrayList;
            private function ev_complete():void
                dg.dataProvider = new ArrayList([
                    label:'label1', d1:'data1',
                    label:'label2', d1:'data2',
                    label:'label3', d1:'data3'
                ])
            
        ]]>
    </fx:Script>
</j:Application>

我相信我必须添加一个珠子或类似的东西?

有人可以帮我吗?

【问题讨论】:

【参考方案1】:

DataGridColumn周围添加缺少的&lt;j:columns&gt;标签

【讨论】:

以上是关于Apache Royale:SDK 0.9.7 上的 DataGrid Jewel 问题的主要内容,如果未能解决你的问题,请参考以下文章

Apache Royale 上的 DataGrid 单元格背景颜色问题

如何在 Apache Royale 的布局中将孩子居中?

Apache Royale:相当于 j:Button 上的 enabled 属性

区块链版《绝地求生》游戏—Blast Royale攻略

VSCode 中的 Royale 设置

使用密钥获取 *** Royale 节点