Introduction to Sheets
A sheet is simply a dialog attached to a specific window, ensuring that a user never loses track of which window the dialog belongs to. Sheets can be dialogs that require information from the user (such as a Save dialog) or they can be alerts that provide messages about error conditions or warn users of potentially hazardous actions (such as a Save Before Quitting alert).
Alert sheets are document-modal whereas standard alert dialogs are application-modal. A standard alert dialog appears in its own window (technically, an NSPanel object) and allows no user action in the application until the user dismisses the alert. See Dialogs and Special Panels for a discussion of standard alert dialogs.
The Dialogs section in Apple Human Interface Guidelines discusses sheets from the point of view of how they relate to other OS X user interface objects.
Cocoa developers interested in using sheets in their application should read this document.
Organization of This Document
This programming describes sheets and how they work, and provides examples on how you can use sheets in your applications. It contains the following articles:
About Sheets provides basic information about sheets.
Types of Alerts describes the types of alerts and how they are used.
Using Alert Sheets describes how to present an alert sheet.
Displaying Alert Help describes how to display help information associated with an alert sheet.
Using Custom Sheets describes how to create and present a custom sheet.
Presenting a Series of Sheets describes how to present a series of sheets.
Sheet Notifications describes the notifications sent, along with their related delegate methods, while working with a sheet.
Positioning Sheets describes how to position a sheet within its window.
Using Application-Modal Dialogs describes how to create and present an application-modal dialog.
Copyright © 2002, 2009 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2009-05-04