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)

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 <vasilis.vlachou...@cern.ch> wrote: > Thank you Michael, > > is this the same with the Tkdnd.py module inside tkinter, or it is an > extension of

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 <vasilis.vlachou...@cern.ch> wrote: > Hi All, > > is there a way to catch a drop signal

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