Re: [Tkinter-discuss] Interrupt a long process

2014-02-14 Thread Vasilis Vlachoudis
] Interrupt a long process Hi, On Fri, 7 Feb 2014 16:46:58 + Vasilis Vlachoudis wrote: > Hi all, > > in my canvas sometimes it happens to have a long process to insert lots > of items. > > This typically takes a lot of time (up to min) so I want to give the > possi

Re: [Tkinter-discuss] Interrupt a long process

2014-02-07 Thread Michael Lange
Hi, On Fri, 7 Feb 2014 16:46:58 + Vasilis Vlachoudis wrote: > Hi all, > > in my canvas sometimes it happens to have a long process to insert lots > of items. > > This typically takes a lot of time (up to min) so I want to give the > possibility to the user to interrupt this process. > And