Tkinter: drag-and-drop files (filenames) onto application?
by Kevin@Cazabon.com other posts by this author
Feb 17 2003 8:42PM messages near this date
Re: Script to fetch IMAP unread / unseen message counts?
|
Re: Python any good?
I have an application that processes files (images), and I'd like the user
to be able to drag-and-drop files from his computer (desktop, explorer
window, etc.) to the application. The app will need to capture the
filenames of the dropped files from there.
I've been looking at Tkdnd, but it only handles moving objects within an
application, not dropping objects from outside an application.
Any way to do this? (ideally in a platform-independant way, but failing
that and world peace, I'll take a Windows-only solution too!)
Thanks!
Kevin.
--
http://mail.python.org/mailman/listinfo/python-list
|