I have some elements on the screen (Labels, most importantly) which content has to be updated every iteration of the algorithm run, e.g. "Iteration =" [i] for i in range(n). I've tried using mainframe.update_idletasks() and Label(mainframe.update_ideltasks(),textvariable=var).grid(column=1,row=1), but without success so far. In MATLAB this command is drawnow.
thanks
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss