如何设置让tkinter的messagebox消息框动态更新提示信息
如何设置让tkinter的messagebox消息框动态更新提示信息,如:刚开始提示信息为:正在处理数据中。。。。。。,当运行玩数据后提示信息改为:数据处理完成,用时xx秒,等待1秒后关闭消息框。
The message of a tkinter messagebox cannot bu updated.
You have to build one by yourself, like
It will be much easy if you use one widget on the main window, like a status bar or something else.