[flexcoders] Trees and ActionScript

2007-05-17 Thread Matt
I am trying to programmatically build and manipulate a Tree entirely in ActionScript and I'm having serious issues doing so. I've tried various ways of doing it but currently my failed code looks like: var t:Tree = new Tree(); var dp:XMLListCollection = new XMLListCollection(); var o1:XML = node

Re: [flexcoders] Trees and ActionScript

2007-05-17 Thread ivo
From: Matt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, May 17, 2007 1:26:08 PM Subject: [flexcoders] Trees and ActionScript I am trying to programmatically build and manipulate a Tree entirely in ActionScript and I'm having serious issues doing