[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: DnD on Linux: Does FileTransfer work on Linux?

Hi,

Perhaps, I found the answer to my question. The event data field contains the transfered data and in Linux this field is being set at the drop time as opposed to Windows where the transfered data can be obtained from the TransferData with a help of nativeToJava method defined on the FileTransfer for example. Can someone confirm this please?
So, there is no live feedback for the drop on Linux as far as i understand, the only thing we have during the drag is the type of the transfered data, right? So for FileTransfer, we'd only that it's a file, but won't know exactly which file this is until it's dropped, correct?
Thanks.


Cheers,
Alex