Skip navigation.
 
mlRe: Sheet Doesn't Attach Itself To Window
FROM : PGM
DATE : Wed Nov 28 21:49:16 2007

> The sheetWindowController property's body is as follows. Note that 
> sheetWindowController is an instance variable.
>
> if (sheetWindowController == nil)
> {
>     sheetWindowController = [[SheetWindowController alloc] init];
>     
>     if (editStudentWindowController == nil)
>     {
>         NSLog(@"Failed to load the nib file \"TheSheet\"");
>     }
> }
>
> return editStudentWindowController;


Ok, now I had a look at the rest of your code: is the use of both 
"sheetWindowController" and "editStudentWindowController" deliberate?

Patrick

Related mailsAuthorDate
mlSheet Doesn't Attach Itself To Window Brian T. Kelley Nov 28, 20:53
mlRe: Sheet Doesn't Attach Itself To Window PGM Nov 28, 21:30
mlRe: Sheet Doesn't Attach Itself To Window Brian T. Kelley Nov 28, 21:38
mlRe: Sheet Doesn't Attach Itself To Window PGM Nov 28, 21:49
mlRe: Sheet Doesn't Attach Itself To Window Brian T. Kelley Nov 28, 21:52
mlRe: Sheet Doesn't Attach Itself To Window Brian T. Kelley Nov 28, 22:16