apache/royale-asjs

fx:Array doesn't works with Object or ADGColumns

開放

#1,007 建立於 2020年12月16日

 (8 則留言) (0 個反應) (0 位負責人)ActionScript (120 個分叉)batch import
help wanted

倉庫指標

星標
 (381 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

There's a problem that we are creating AdvancedDataGrid in Base Class and ADGColumns are created In child class which is starting with tag core:BaseClassName. AdvancedDataGridColumns are created within <fx:Array id="dgColumns"> tag that is not working in SDK. Here's the example please check the issue if you have time, In debug mode, there's no exception and In Elements tag ADG is not added there Zip File: https://drive.google.com/file/d/141cTBvSKM67ZM3klbQCGLb-rPqj63pNE/view?usp=sharing

Even a simple example using fx:Object within the tag of fx:Array is not working,I have also tried making [Bindable] var in script block with the same name but it doesn't work. Simple Example File : https://paste.apache.org/fdr2y Please help

貢獻者指南