A modal window creates a mode that disables user interaction with the main window but keeps it visible, with the modal window as a child window in front of it. Users must interact with the modal window before they can return to the parent window.
In contrast to Dialog-based message boxes, e.g., the file type summary dialog still allows to interact with the lister. How does that relate?