apache/royale-asjs

Uncaught TypeError: Cannot read property 'length' of null (ContainerDataBinding.js:67)

Open

#1,107 建立於 2021年5月3日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)ActionScript (120 fork)batch import
help wanted

倉庫指標

Star
 (381 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

When I use fx:Binding in my application It will throw this exception There's three arguments in ContainerDataBinding binding.source binding.destFunc binding.destination for Example if I am using binding in my application like this <fx:Binding source="sname.text" destination="controller.scenario.name"/> binding.source should be sname and binding.destFunc should be null and binding.destination should be controller.scenario.name But when i compile application binding.source** is sname binding.destFunc is controller.scenario.name and binding.destination is null image image

貢獻者指南