>> On Fri, Nov 14, 2008 at 5:09 AM, Aaron Boodman <[EMAIL PROTECTED]> wrote:
>>> a) What does "clipboard" have to do with anything? Is this an
>>> implementation detail sneaking through into the API naming? How about
>>> desktop.droppedItems or something?

OK, how about
desktop.enableDragAndDrop()
and
var data = desktop.getDragAndDropData();
var fileArray = data.files;

Reply via email to