Re: drag and drop to icon

2006-04-12 Thread Diez B. Roggisch
Eric S. Johansson wrote: > it does, thank you. as for drag and drop being highly GUI dependent, I > was under the impression that the standard toolkits like tkinter had > some form of abstraction for drag-and-drop built-in. I wasn't sure if > it was possible to leverage some small portion of tha

Re: drag and drop to icon

2006-04-12 Thread Eric S. Johansson
Diez B. Roggisch wrote: > Eric S. Johansson wrote: > Drag'n'Drop is highly OS-dependand and clearly out of scope for > standard-out-of-the-box python. If you are on macintosh, pyobjc and > > http://www.cocoadev.com/index.pl?DragAndDrop > > will certainly help. it does, thank you. as for drag

Re: drag and drop to icon

2006-04-12 Thread Diez B. Roggisch
Eric S. Johansson wrote: > I have a small problem that may be best solved by dragging and dropping > a mail message to an icon. But I'm honestly not sure what the data will > look like from different e-mail clients. Since most of my programming > experience is something a user rarely sees, I'm n

drag and drop to icon

2006-04-12 Thread Eric S. Johansson
I have a small problem that may be best solved by dragging and dropping a mail message to an icon. But I'm honestly not sure what the data will look like from different e-mail clients. Since most of my programming experience is something a user rarely sees, I'm not even sure where to start cr