Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using beginSheet



I'm trying to create a sheet for a window but I keep getting a error "Modal session requires modal window". What am I doing wrong in the code snipplet below?

Thanks
~Hua Ying

NSWindowController *newWindow = [[NSWindowController alloc] initWithWindowNibName: @"AddGroupDialog"];

NSModalSession session = [NSApp beginModalSessionForWindow:[newWindow window]];
[NSApp runModalSession:session];
[NSApp beginSheet:[newWindow window]
modalForWindow:mainWindow
modalDelegate: self
didEndSelector: @selector(didEndAddGroupSheet)
contextInfo: NULL];

[NSApp endModalSession:session];




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.