我正在第一次使用TileList和itemRenderer工作,我從我的數組集合中獲取信息以顯示並尋找一些建議時遇到了一些問題。下面是我有 private function loadData():void{
var stmt:SQLStatement = new SQLStatement();
stmt.sqlConnection = sqlConn;
stm
我有一個我想用TileList顯示的關聯數組。但是,它不明白正在輸入的內容。我得到的只是TileList中的[object]。 [bindable]
public var people as array = new array();
private function loadArray():void{
people = decoded JSON array
showPeople.data