On Tue, 24 Jun 2014 23:21:54 +0100
Alan Gauld <alan.ga...@btinternet.com> wrote:

(...)
> So presumably it must be some weird WM related thing.
> How odd. I don't think I'll chase any further, its still
> usable and looks like it's not a fault in my code per se.

Maybe you could work around this by calling update_idletasks() (or
update()) before calling doEdit() and/or opening the dialog slightly
delayed with self.after(50, doEdit) ?


.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

... bacteriological warfare ... hard to believe we were once foolish
enough to play around with that.
                -- McCoy, "The Omega Glory", stardate unknown
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to