Drag and drop from Thunderbird into a wxPython app?

Hi,

I'm trying to make drag and drop from Thunderbird into Task Coach
work. Has anybody succesfully managed to get dragging and dropping
from Thunderbird to work using a CompositeDataObject so that the
application also accepts files and urls and such? If so, please share?

Thanks, Frank

It turned out that the order in which we checked for different formats
in the OnData handler was significant.

Cheers, Frank

···

2011/1/9 Frank Niessink <frank@niessink.com>:

I'm trying to make drag and drop from Thunderbird into Task Coach
work. Has anybody succesfully managed to get dragging and dropping
from Thunderbird to work using a CompositeDataObject so that the
application also accepts files and urls and such? If so, please share?

It would be great to have something in the wiki that shows how to handle DnD from Thunderbird.

···

On 1/10/11 1:41 PM, Frank Niessink wrote:

2011/1/9 Frank Niessink<frank@niessink.com>:

I'm trying to make drag and drop from Thunderbird into Task Coach
work. Has anybody succesfully managed to get dragging and dropping
from Thunderbird to work using a CompositeDataObject so that the
application also accepts files and urls and such? If so, please share?

It turned out that the order in which we checked for different formats
in the OnData handler was significant.

--
Robin Dunn
Software Craftsman

Done: DragAndDrop - wxPyWiki

Cheers, Frank

···

2011/1/12 Robin Dunn <robin@alldunn.com>:

It would be great to have something in the wiki that shows how to handle DnD
from Thunderbird.