[Tkinter-discuss] Dialog as transient above current toplevel

2016-08-24 Thread Vasilis Vlachoudis
Dear all, in my program I want to provide a more understandable text in the simple dialogs for exiting the program if there is modified buffer and some other messages. Instead of creating one dialog for each I use the tkinter dialog Dialog.py like import Dialog ... ans = Dialog.Dialog(self.winfo

Re: [Tkinter-discuss] Dialog as transient above current toplevel

2016-08-24 Thread Michael Lange
Hi, On Wed, 24 Aug 2016 13:01:01 + Vasilis Vlachoudis wrote: > However the displayed dialog is centred over the desktop and not above > the running application, which is rather confusing. > Is there a way to center it over my toplevel window? unfortunately this geometry is hard-coded into T