RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jonas Windey
Envoyé: mardi 11 juillet 2006 22:58 À: flexcoders@yahoogroups.com Objet: 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

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jason Hawryluk
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 ;) Jason -Message d'origine-De

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

2006-07-12 Thread Jason Hawryluk
(event)" labelField="@label" dragEnabled="true" dataProvider="{XMLdc}" dragMoveEnabled="true" dropEnabled="true"width="250" height="100%" //mx:Application End: SampleDragDropOpen.mxml -Message d'origine-De: fl

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jason Hawryluk
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 time (1sec) Jason

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jason Hawryluk
. Credit where credit is due ;) Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Jason HawrylukEnvoyé: mercredi 12 juillet 2006 10:36À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Explorer-like drag drop tree

RE: [flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Jonas Windey
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 a user to move

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 Windey [EMAIL

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
: [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 node. -- Tom Chiverton

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 Jason Hawryluk
[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-like wouldn't it :-)-Original

Re: [flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Pat Buchanan
@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 open node, just add a dummy child node.-- Tom Chiverton

RE: [flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Jason Hawryluk
@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 do is on dragover after a set time