Hello everyone, A while ago I joined the Tutor mailing list, and they helped me out with a question regarding wxPython. Now however, I have tried a program in Tkinter and I would like to see if there is a similar command to "wx.SafeYield(self, True)". Below is a copy of the message to the tutor list.
Dear Mailing list, > > a while ago a few of you helped me solve an issue I had with a GUI / scan > program that I made. > The problem was that when I tried to move the frame it would hang until the > scan was finished. > To solve this I had to add "wx.SafeYield(self, True)" to the scan and the > GUI wouldn't hang any more. > Now I have redone the program and have written it with Tkinter instead of > WxPython. > > So is there a similar command for Tkinter as there is for WxPython? > > Thanks in advance. > Regards, > Olrik >
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss