Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] DND FileTransfert on linux

hello there,
i have implemented a DND on a treeview.
It works on win-xp ( with eclipse 3.2.1 and 3.3.1) and on mac ( eclipse 3.3.1) but not on linux ( eclipse 3.2.1 and 3.3.1)
I tryed to replace FileTransfert by using TextTransfert and it works ! but unfortunalety, i need a String[] for my DataTransfert.
Does anyone know how to fix that or is it unsupported yet ?

Regards,
Nicolas

Back to the top