FROM : delanoy
DATE : Sun Aug 13 10:57:31 2006
Hello all,
the title of this post sums up much of my problem already ... I say
that the nib "loads correctly" because I have a piece of code like this :
if (![NSBundle loadNibNamed:@"DocumentWindow" owner:self]) {
NSLog(@"Failed to load DocumentWindow.nib");
...
}
that runs smoothly inside the debugger.
The problem appeared after I added a drawer to the window. After
checking the new connections, I have no idea on what further steps to take
with the debugger or otherwise to find out what's wrong. Any suggestions ?
Thanks in advance,
Ewan
DATE : Sun Aug 13 10:57:31 2006
Hello all,
the title of this post sums up much of my problem already ... I say
that the nib "loads correctly" because I have a piece of code like this :
if (![NSBundle loadNibNamed:@"DocumentWindow" owner:self]) {
NSLog(@"Failed to load DocumentWindow.nib");
...
}
that runs smoothly inside the debugger.
The problem appeared after I added a drawer to the window. After
checking the new connections, I have no idea on what further steps to take
with the debugger or otherwise to find out what's wrong. Any suggestions ?
Thanks in advance,
Ewan
| Related mails | Author | Date |
|---|---|---|
| delanoy | Aug 13, 10:57 | |
| Steve Christensen | Aug 14, 00:53 | |
| San Saeteurn | Aug 14, 01:11 |






Cocoa mail archive

