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 those files. So far so good, but obviously the
drag/download operation is asynchronous, so can I create some kind of
callback to the drag handler in the View so that it knows when the
clipboard data is ready, or just tell the Command where the drag went?
Or is there a better way to do this?

Reply via email to