[flexcoders] The Tree component sux but .... I need help :)

2008-10-01 Thread flashalisious
I have a Tree Component that I have bound an ArrayCollection of data too. The tree will have two branches. each branch will have several children. Basically a list of files. So the user will upload a new file by clicking an browsing for a new file. I then as AMFPHP to give the list of files

Re: [flexcoders] The Tree component sux but .... I need help :)

2008-10-01 Thread Michael Schmalle
Matthew, The Tree component doesn't suck that bad, try a different title. I'll answer your question though, openItems uses references(unique id's), it's not majik man. You have to understand instance references, then you can say the Tree doesn't suck, I just didn't understand it. This is the

Re: [flexcoders] The Tree component sux but .... I need help :)

2008-10-01 Thread shaun
flashalisious wrote: I have a Tree Component that I have bound an ArrayCollection of data too. The tree will have two branches. each branch will have several children. Basically a list of files. So the user will upload a new file by clicking an browsing for a new file. I then as AMFPHP to

RE: [flexcoders] The Tree component sux but .... I need help :)

2008-10-01 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Wednesday, October 01, 2008 9:15 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] The Tree component sux but I need help :) Matthew, The Tree component doesn't