Re: [Tkinter-discuss] Exception protection to tk calls

2021-04-01 Thread Michael Lange
Hi, On Thu, 1 Apr 2021 07:54:40 + Vasilis Vlachoudis wrote: > Thank you Michael, > > >> grab_release() on a widget that has already been destroyed or, in > >> the/ > > this is also my understanding, however the places that happens are on > Dialog code(s) like > (...) > > My impression is

Re: [Tkinter-discuss] Exception protection to tk calls

2021-04-01 Thread Vasilis Vlachoudis
Thank you Michael, >> grab_release() on a widget that has already been destroyed or, in the/ this is also my understanding, however the places that happens are on Dialog code(s) like import tkinter as tk class Dialog(tk.Toplevel): width = -1 height = -1 #