Re: [flexcoders] Re: File Explorer

2008-12-18 Thread Fotis Chatzinikos
Ok :-) On Thu, Dec 18, 2008 at 11:15 PM, Amy wrote: > --- In flexcoders@yahoogroups.com , "Fotis > Chatzinikos" > wrote: > > > > Hi Amy, > > > > I replied to your mail because it was the last in the conversation > (I do not > > use the web based interface-just gmail), and i usually reply to t

Re: [flexcoders] Re: File Explorer

2008-12-18 Thread Dan Vega
This is great stuff, thanks so much to all of you. For the record I am not arguing with anyone, I am just trying to learn the most efficient way of doing things. With that being said and a ton of screwing around with code I have come up with my solution (half way there). I have decided to only loa

Re: [flexcoders] Re: File Explorer

2008-12-18 Thread Fotis Chatzinikos
Hi Amy, I replied to your mail because it was the last in the conversation (I do not use the web based interface-just gmail), and i usually reply to the last message and not the original question...Does this mess up the web view? Your solution is similar to mine, i just use a custom data structur

RE: [flexcoders] Re: File Explorer

2008-12-17 Thread Tracy Spratt
Amy, I have never worked with "HierarchicalCollectionView". What are its advantages over e4x XML? Is it mainly integration with AdvancedDataGrid? Tracy From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Amy Sent: Wednesday,

Re: [flexcoders] Re: File Explorer

2008-12-17 Thread Fotis Chatzinikos
Depends on your style / preferences... XML might be easier to handle but arrays are much faster to wire and compute.. I use the following array based structure , where parent helps upward tree traversal (children contains CategoryTree instances): public class CategoryTree { public