[Modal]
// open [NSApp beginSheet:currentWindow modalForWindow:prevWindow modalDelegate:self didEndSelector:NULL contextInfo:NULL]; // close [NSApp endSheet:currentWindow]; [currentWindow orderOut:nil];
[Modal]
// open [NSApp beginSheet:currentWindow modalForWindow:prevWindow modalDelegate:self didEndSelector:NULL contextInfo:NULL]; // close [NSApp endSheet:currentWindow]; [currentWindow orderOut:nil];