|
The Interface
Usable Windows:
 are appropriately modal or modeless (...typically the latter)
 include
 Primary Windows
 Secondary Windows
 Dialog Boxes
 Menus and tool bars
 In a browser, consider wayfinding and real estate:
Primary Windows allow the performer to view a business object within the client area. Menu bars typically distinguish the primary window. Multiple primary windows may be opened on the desktop, but the active primary window has a highlighted title bar. The term "parent" is sometimes used for the primary window.
Secondary Windows belong to a parent or primary window, and are restricted to the business object viewing area of the primary window. They can be used to show additional components of an object when space is challenged, or they can be used to show multiple instances of a basic business object.
Secondary windows do not have separate menu, control, or information bars because they use those of their primary (parent) window. The term "child" is often used for secondary windows.
Dialogue boxes are used to complete actions in modal- or modeless forms.
|