This topic describes alert dialogs and other special panels.
An alert notifies users about some event and, optionally, lets them choose how the application responds to that event. Alerts come in two forms: as a free-floating dialog and as a sheet. An alert dialog is application-modal and unattached to any window; it refers to a condition affecting the application as a whole. An alert sheet is a dialog that is attached to a particular window (usually representing a document) and is modal to that window. You can find additional information about alert sheets in the programming topic Sheets.
The “Dialogs” chapter in Aqua Human Interface Guidelines also provides information about the various kinds of alert dialogs and the conditions suited to their use.
This topic has the following tasks:
“Displaying Alert Dialogs” describes how to display alert dialogs.
“Displaying Alert Help” describes how to display help information related to alert dialogs.
And here’s where you can find information on other types of special panels:
Last updated: 2003-08-01