May 2018
Beginner to intermediate
452 pages
11h 26m
English
Now that you understand how to use messagebox, error dialogs should be easy to implement. The Application.on_save() method already displays errors in the status bar; we just need to make this error display in an error message box as well by performing the following steps:
from tkinter import messagebox