I use customtkinter.CTkLabel as the percentage display next to the ProgressBar
But when refresh with app.after(2000,aa) function
It will be found that there is a high probability that the number displayed by customtkinter.CTkLabel will disappear (switching the window will increase the probability of occurrence), and it will run to the upper left corner of the screen
and will display: [Exception in Tkinter callback]
I use customtkinter.CTkLabel as the percentage display next to the ProgressBar But when refresh with app.after(2000,aa) function It will be found that there is a high probability that the number displayed by customtkinter.CTkLabel will disappear (switching the window will increase the probability of occurrence), and it will run to the upper left corner of the screen and will display: [Exception in Tkinter callback]
`