|
That
sample is buggy
replace the below code
private function
doTreeSelect():void
{ if (prodTree.selectedItem) listDP.addItem(prodTree.selectedItem); } with
the below
import
mx.utils.UIDUtil;
private function doTreeSelect():void { if (prodTree.selectedItem) var newnode:Object = prodTree.selectedItem.copy(); [EMAIL PROTECTED] = mx.utils.UIDUtil.createUID().toString(); listDP.addItem(newnode); } and it
works as it should
Jason
__._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- Re: [flexcoders] Using the XMLListCollection class bug milan kosir
- RE: [flexcoders] Using the XMLListCollection class bug Jason Hawryluk
- RE: [flexcoders] Using the XMLListCollection class bug Jason Hawryluk
- Re: [flexcoders] Using the XMLListCollection class... milan kosir
- Re: [flexcoders] Using the XMLListCollection c... milan kosir
- [flexcoders] Re: Using the XMLListCollecti... hal_lichtin
- Re: [flexcoders] Re: Using the XMLLis... milan kosir
- RE: [flexcoders] Re: Using the XM... Jason Hawryluk
- RE: [flexcoders] Re: Using the XM... Jason Hawryluk
- Re: [flexcoders] Re: Using th... milan kosir

