Skip navigation.
 
mlRe: Document Modal option for NSPanel
FROM : Hamish Allan
DATE : Tue Jan 22 19:00:02 2008

On Jan 22, 2008 11:50 AM, Devraj Mukherjee <<email_removed>> wrote:

> Hi everyone,
>
> I have an NSPanel in my Nib file that is connect to an instance of a
> class that handles the various events. I use an instance of a
> NSWindowController to show the Window.
>
> I now wish this Panel to be modal


Document-modal dialogs in Cocoa are generally presented as sheets
attached to the window for which they are modal. See:

http://developer.apple.com/documentation/Cocoa/Conceptual/Sheets/Concepts/AboutSheets.html

Hamish

Related mailsAuthorDate
mlDocument Modal option for NSPanel Devraj Mukherjee Jan 22, 12:50
mlRe: Document Modal option for NSPanel Hamish Allan Jan 22, 19:00