Open Akuli opened 2 years ago
It should at least mention why not to use it, and why it is a "quick and dirty" solution in situations like this:
button.config(state="disabled") button.update() long_running_function() button.config(state="normal")
It should at least mention why not to use it, and why it is a "quick and dirty" solution in situations like this: