2012-03-14 33 views

回答

0

使用ObjectProxy

[Bindable] public var objProxy:ObjectProxy = new ObjectProxy(xmllistcollection); 

將urp dataprovider設置爲objProxy。

+0

對不起它給錯誤... :( – Nidhi 2012-03-14 09:53:26

+0

ü可以共享代碼 – 2012-03-14 10:13:05

+0

[綁定] 公共變種scheduleXmlListCollection:?的XMLListCollection; 私有函數resultHandler(事件:的ResultEvent):無效 {VAR scheduleXmlList:XMLList中=新的XMLList (event.result.data); scheduleXmlListCollection =新的XMLListCollection(); scheduleXmlListCollection.source = scheduleXmlList; } \t \t \t \t的 \t \t \t \t \t \t \t的 Nidhi 2012-03-14 11:39:13