RE: [flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Battershall, Jeff
t;); Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Carpenter Sent: Friday, May 16, 2008 11:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AIR drag/drop via asynchronous download Thanks Jeff - that's pretty much where

[flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Steve Carpenter
Thanks Jeff - that's pretty much where I'm up to; I've implemented a ChangeWatcher that watches for an update on the ModelLocator, indicating completion of the download process. My problem now is how to make all this work with a TileList (my drag source) so that I can drag 'files' out of the Tile

RE: [flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Battershall, Jeff
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Carpenter Sent: Friday, May 16, 2008 9:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AIR drag/drop via asynchronous download I'm trying to create a drag/drop app where the da

[flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Steve Carpenter
I'm trying to create a drag/drop app where the data to be 'dropped' is actually on a remote filesystem. I'm using Cairngorm I have a Command that is fired by NativeDragComplete in the View and downloads the selected files to a temp directory, then populates the Clipboard with an AIR File list of th