Re: [Tkinter-discuss] Control position of Tkinter common dialogs?

2010-10-26 Thread python
Firat, > You can create a new toplevel window in the middle of the screen, then make it invisible and position the dialog windows relative to this new toplevel... Like this: [1]http://paste-it.net/public/q2a5594/ Thank you very much for your solution - that's an excellent workaround for me. Best

Re: [Tkinter-discuss] Control position of Tkinter common dialogs?

2010-10-26 Thread Firat Ozgul
Hello, I do not know whether there is an easier way to accomplish what you want, but maybe you can create a new toplevel window in the middle of the screen, then make it invisible and position the dialog windows relative to this new toplevel... Like this: http://paste-it.net/public/q2a5594/ I kno