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
: 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.
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):
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
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
>
> #
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,