- 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.
- GAE編程指南
- GitLab Cookbook
- 無代碼編程:用云表搭建企業數字化管理平臺
- Practical Internet of Things Security
- 青少年美育趣味課堂:XMind思維導圖制作
- Julia Cookbook
- Java EE 7 Development with NetBeans 8
- Oracle Exadata專家手冊
- 碼上行動:用ChatGPT學會Python編程
- C# 8.0核心技術指南(原書第8版)
- Orleans:構建高性能分布式Actor服務
- CRYENGINE Game Development Blueprints
- 平面設計經典案例教程:CorelDRAW X6
- Visual Basic程序設計全程指南
- Joomla!Search Engine Optimization