- Tkinter GUI Programming by Example
- David Love
- 252字
- 2021-08-27 18:49:09
Showing information with showinfo
You should be able to see what the two arguments to showinfo do.
The first argument is the window's title bar text. If you didn't notice, click the Say Hello button again – you should see the word Hello inside the title bar of the pop-up window.
Clicking the Say Goodbye button will yield a pop-up message with Goodbye! in the title bar.
The second argument is a string containing the information which will be written inside the box.
The showinfo box contains just one button—an OK button. Clicking this button dismisses the window:

While a messagebox window is displayed, the main window is effectively paused. The Say Goodbye button demonstrates this well. The line which tells the main window to close after 2 seconds does not get executed until the messagebox is dismissed.
Try clicking the Say Goodbye button and waiting for more than 2 seconds. You will see that the main window stays open until 2 seconds after you click OK to close the messagebox window. This is important to remember.
If, for example, you are processing a large list of items and you wish to alert the user to their status, it's best to wait until all of the items are processed before using showinfo. If you put a showinfo box after each item, the user will have to continually close them in order to allow the main window to continue processing.
- Vue 3移動Web開發與性能調優實戰
- C#編程入門指南(上下冊)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- 深入理解Java7:核心技術與最佳實踐
- Oracle數據庫從入門到運維實戰
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- VMware虛擬化技術
- Mastering Xamarin.Forms(Second Edition)
- Java EE Web應用開發基礎
- Java7程序設計入門經典
- Training Systems Using Python Statistical Modeling
- Deep Learning for Natural Language Processing
- 金融商業數據分析:基于Python和SAS
- Learn Linux Quickly
- Leaflet.js Essentials