[flexcoders] Re: File Explorer

2008-12-18 Thread Amy
--- In flexcoders@yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... wrote: 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

[flexcoders] Re: File Explorer

2008-12-18 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Amy, I have never worked with HierarchicalCollectionView. What are its advantages over e4x XML? Is it mainly integration with AdvancedDataGrid? It is part of DataVisualization, yes, but you don't have to use it with ADG.

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

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

[flexcoders] Re: File Explorer

2008-12-18 Thread Amy
--- In flexcoders@yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... 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 the last message and not the original question...Does

Re: [flexcoders] Re: File Explorer

2008-12-18 Thread Fotis Chatzinikos
Ok :-) On Thu, Dec 18, 2008 at 11:15 PM, Amy amyblankens...@bellsouth.net wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... wrote: Hi Amy, I replied to your mail because it was the last in the conversation (I do not use

[flexcoders] Re: File Explorer

2008-12-17 Thread Amy
--- In flexcoders@yahoogroups.com, ivo cervantes_v...@... wrote: I worked on something similar not too long ago and my approach for #1 was to load top-level folders only and only drill inward with a server call as the user clicks on the expand arrow on individual folders. It made it appear

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 {

RE: [flexcoders] Re: File Explorer

2008-12-17 Thread Tracy Spratt
, December 17, 2008 7:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: File Explorer --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , ivo cervantes_v...@... wrote: I worked on something similar not too long ago and my approach for #1 was to load top-level

[flexcoders] Re: File Explorer

2008-12-17 Thread Cato Paus
Waht server are you using ? Java ? if so I can dig up an old project form flex2 --- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: I am building a full featured file explorer and I am stuck on one part of the application. On the left hand side I will have a base root directory

[flexcoders] Re: File Explorer

2008-12-17 Thread Cato Paus
I have emailed you the project, I see that you are using JRun4 --- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: I am building a full featured file explorer and I am stuck on one part of the application. On the left hand side I will have a base root directory (root) and a