[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Drag and drop woes

David Huebel wrote:
> Under Linux, there is evidence that the drag data is set correctly.  When
> I select some rows and drag, I see a properly formatted version of the
> rows
> being dragged along with the mouse cursor. 

This effect utterly fooled me.  It turns out I wasn't setting the drag data
after all, even though I could see the text being dragged out of my app by
the mouse and then flying back to my application.  

-David