RE: [flexcoders] Explorer-like drag & drop tree

2006-07-12 Thread Jason Hawryluk
de Jason HawrylukEnvoyé : mercredi 12 juillet 2006 10:06À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Explorer-like drag & drop tree I have a little support task to do first then i'll put it up.   :°   jason   -M

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-12 Thread Jason Hawryluk
e la part de Jason HawrylukEnvoyé : mercredi 12 juillet 2006 10:36À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Explorer-like drag & drop tree Forgot to mention how to see the effect.   Drag an item over any closed folder and it will open after a set period of

RE: [flexcoders] Explorer-like drag & drop tree (Delayed Open Example)

2006-07-12 Thread Jason Hawryluk
EMAIL PROTECTED]De la part de Jason HawrylukEnvoyé : mercredi 12 juillet 2006 10:06À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Explorer-like drag & drop tree I have a little support task to do first then i'll put it up.   :°   jason   -Me

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-12 Thread Jason Hawryluk
di 12 juillet 2006 10:06À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Explorer-like drag & drop tree I have a little support task to do first then i'll put it up.   :°   jason   -Message d'origine-De : flexcoders@yahoogroups.com [mail

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-12 Thread Jason Hawryluk
f Jason HawrylukSent: dinsdag 11 juli 2006 23:55To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Explorer-like drag & drop tree I'm at home, and it's late, but i'll put together a sample, and post it when i get back to work ;)

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-12 Thread Jonas Windey
ubject: RE: [flexcoders] Explorer-like drag & drop tree   I'm at home, and it's late, but i'll put together a sample, and post it when i get back to work ;)   Jason   -Message d'origine- De : flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jason Hawryluk
22:58À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] Explorer-like drag & drop tree Jason:   Do you have an example of this for us current/future newbies?   Thanks!  On 7/11/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote: What I

Re: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Pat Buchanan
2006 15:33To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Explorer-like drag & drop tree On Tuesday 11 July 2006 12:36, Jonas Windey wrote:> Since the directories in the deepest level won't ever have an open node,> this is impossible.If it really is the case that it needs an

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jason Hawryluk
oders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Jonas WindeyEnvoyé : mardi 11 juillet 2006 15:59À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Explorer-like drag & drop tree Yea, go figure that every directory contains a dummy leaf. Wouldn't reallybe explorer-li

Re: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Tom Chiverton
On Tuesday 11 July 2006 14:58, Jonas Windey wrote: > Yea, go figure that every directory contains a dummy leaf. Wouldn't really > be explorer-like wouldn't it :-) Depends if your item renderer hides it or not. -- Tom Chiverton This email is

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
ubject: Re: [flexcoders] Explorer-like drag & drop tree On Tuesday 11 July 2006 12:36, Jonas Windey wrote: > Since the directories in the deepest level won't ever have an open node, > this is impossible. If it really is the case that it needs an open node, just add a dummy child

Re: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Tom Chiverton
On Tuesday 11 July 2006 12:36, Jonas Windey wrote: > Since the directories in the deepest level won't ever have an open node, > this is impossible. If it really is the case that it needs an open node, just add a dummy child node. -- Tom Chiverton ***

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Lu Sent: dinsdag 11 juli 2006 13:04 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Explorer-like drag & drop tree   custom item renderer is the way to go. On 7/11/06, Jonas Wi

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
11 juli 2006 13:04 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Explorer-like drag & drop tree   custom item renderer is the way to go. On 7/11/06, Jonas Windey <[EMAIL PROTECTED]> wrote: I'm trying to create a folder-manager in flex that allows

Re: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jeremy Lu
custom item renderer is the way to go. On 7/11/06, Jonas Windey <[EMAIL PROTECTED]> wrote: I'm trying to create a folder-manager in flex that allows a user to move, create and delete folders. The folderstructure gets sent to the client in xml format,