Re: [Tkinter-discuss] Drag n drop from another application

2017-08-25 Thread Michael Lange
Hi Vasilis, On Fri, 25 Aug 2017 14:29:34 + Vasilis Vlachoudis wrote: > Great thanks. > I will give it a try. I finally uploaded the new version 0.3 of TkinterDnD2, this version now works with both Python2 and Python3. I also added a few new (hopefully helpful) demo scripts. I think I had to

Re: [Tkinter-discuss] Drag n drop from another application

2017-08-25 Thread Vasilis Vlachoudis
Subject: Re: [Tkinter-discuss] Drag n drop from another application Hi Vasilis, On Fri, 25 Aug 2017 08:21:03 + Vasilis Vlachoudis wrote: > Thank you Michael, > > is this the same with the Tkdnd.py module inside tkinter, or it is an > extension of it? no, Tkdnd.py is pure Tkinter

Re: [Tkinter-discuss] Drag n drop from another application

2017-08-25 Thread Vasilis Vlachoudis
: Thursday, August 24, 2017 23:26 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Drag n drop from another application Hi Vasilis, On Thu, 24 Aug 2017 14:04:15 + Vasilis Vlachoudis wrote: > Hi All, > > is there a way to catch a drop signal from KDE, GNOME, etc.. > e.g

Re: [Tkinter-discuss] Drag n drop from another application

2017-08-25 Thread Michael Lange
Hi Vasilis, On Fri, 25 Aug 2017 08:21:03 + Vasilis Vlachoudis wrote: > Thank you Michael, > > is this the same with the Tkdnd.py module inside tkinter, or it is an > extension of it? no, Tkdnd.py is pure Tkinter code and can only handle dnd within one Tkinter program. For "real" dnd you wi

Re: [Tkinter-discuss] Drag n drop from another application

2017-08-24 Thread Michael Lange
Hi Vasilis, On Thu, 24 Aug 2017 14:04:15 + Vasilis Vlachoudis wrote: > Hi All, > > is there a way to catch a drop signal from KDE, GNOME, etc.. > e.g. dragging a file from the file browser in x11 to an application > with Tkinter the tkdnd Tk extension can do that. I wrote a Tkinter wrapper

[Tkinter-discuss] Drag n drop from another application

2017-08-24 Thread Vasilis Vlachoudis
Hi All, is there a way to catch a drop signal from KDE, GNOME, etc.. e.g. dragging a file from the file browser in x11 to an application with Tkinter Thanks in advance Vasilis ___ Tkinter-discuss mailing list Tkinter-discuss@python.org https://mail.pyth