TKinter text widget clear
hello, i have written some code to analyze some data and then write a text file containing the results. i then display the text file in a text widget. problem is that i want to clear the contents of the text widget upon the initiation of a run, so that old data is not still displayed before the new results become available. i cannot get the widget to clear during a run any suggestions?
|