Modal Window:
A modal window is a restricted window that the user must respond to before moving the input focus to another window. Modal windows:
- Must be dismissed before control can be returned to a modeless window
- Become active as soon as they display
- Require a means of exit or dismissal
Modeless Window:
A modeless window is an unrestricted window that the user can exit freely. Modeless windows:
- Can display many at once
- Are not necessarily active when displayed
- Are the default window type
A dialog window can be moved outside the application window
while a document window cannot be moved
No comments:
Post a Comment