Re: [Tkinter-discuss] wait_window exception

2020-01-06 Thread Michael Lange
Hi, On Mon, 6 Jan 2020 09:40:42 + Vasilis Vlachoudis wrote: > Happy new decade everyone! > > Interesting enough, removing the "deiconify()" the problem didn't > reoccur. Maybe, not enough people test it, but I am happy that works on > windows, linux and mac for the moment without the problem

Re: [Tkinter-discuss] wait_window exception

2020-01-06 Thread Vasilis Vlachoudis
: Michael Lange [klappn...@web.de] Sent: Friday, December 27, 2019 08:20 To: Vasilis Vlachoudis Cc: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] wait_window exception Hi, On Wed, 25 Dec 2019 17:04:04 + Vasilis Vlachoudis wrote: > Thanks Michael > my best wishes to you too.

Re: [Tkinter-discuss] wait_window exception

2019-12-26 Thread Michael Lange
Hi, On Wed, 25 Dec 2019 17:04:04 + Vasilis Vlachoudis wrote: > Thanks Michael > my best wishes to you too. > The close method is the following, apart some bookkeeping nothing > special. > # -- > def close(self):

Re: [Tkinter-discuss] wait_window exception

2019-12-25 Thread Vasilis Vlachoudis
Thanks Vasilis From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Tuesday, December 24, 2019 13:59 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] wait_windo

Re: [Tkinter-discuss] wait_window exception

2019-12-24 Thread Michael Lange
Hi, sorry for the late reply. On Wed, 18 Dec 2019 15:54:04 + Vasilis Vlachoudis wrote: > What is the correct way to open a dialog and wait for the window > Typically I am doing the following > on a class subclassed of Toplevel > > #

[Tkinter-discuss] wait_window exception

2019-12-18 Thread Vasilis Vlachoudis
What is the correct way to open a dialog and wait for the window Typically I am doing the following on a class subclassed of Toplevel # -- def __init__(self, title=None, master=None,