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
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 mails | Author | Date |
|---|---|---|
| Brian T. Kelley | Nov 28, 20:53 | |
| PGM | Nov 28, 21:30 | |
| Brian T. Kelley | Nov 28, 21:38 | |
| PGM | Nov 28, 21:49 | |
| Brian T. Kelley | Nov 28, 21:52 | |
| Brian T. Kelley | Nov 28, 22:16 |






Cocoa mail archive

