Scott Hyndman schrieb:
This an event handler that receives notification of a selection change.

tree_change(eventObj:Object):Void {
  var selection:Object = eventObj.target.selectedNode;
  // remove node
  selection.removeTreeNode();
}

i just closed flash, at least for the neaxt 12 hours i'm off, but isn't removeTreeNode expecting an index ?


micha
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to