Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol

2010-01-28 Thread Peter C
On 28 Jan, 2010, at 7:39 PM, Graham Cox wrote: > > On 28/01/2010, at 9:56 PM, Gustavo Pizano wrote: > >> Well Im not expert , but I just wanted to say that I have many >> NSWindowControllers in my app build on 10.6 and I have no such a warnings, >> and I hadn't have the need to implement NSWin

Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol

2010-01-28 Thread Gustavo Pizano
I see. thanks for the clarification. :D G. On Jan 28, 2010, at 12:39 PM, Graham Cox wrote: > > On 28/01/2010, at 9:56 PM, Gustavo Pizano wrote: > >> Well Im not expert , but I just wanted to say that I have many >> NSWindowControllers in my app build on 10.6 and I have no such a warnings, >

Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol

2010-01-28 Thread Graham Cox
On 28/01/2010, at 9:56 PM, Gustavo Pizano wrote: > Well Im not expert , but I just wanted to say that I have many > NSWindowControllers in my app build on 10.6 and I have no such a warnings, > and I hadn't have the need to implement NSWindowDelegate either. OK, but have you attempted to set a

Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol

2010-01-28 Thread Gustavo Pizano
Hello all. Well Im not expert , but I just wanted to say that I have many NSWindowControllers in my app build on 10.6 and I have no such a warnings, and I hadn't have the need to implement NSWindowDelegate either. Gustavo On Jan 28, 2010, at 3:24 AM, Graham Cox wrote: > > On 28/01/2010, at

Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol

2010-01-27 Thread Graham Cox
On 28/01/2010, at 1:20 PM, Peter C wrote: > I try to compile this code (snippet) for 10.6, ends up with error message, > > "Class SomeWinController does not implement the 'NSWindowDelegate' protocol" > > @interface SomeWinController : NSWindowController > > - (void) windowDidLoad > { > [[self

10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol

2010-01-27 Thread Peter C
I try to compile this code (snippet) for 10.6, ends up with error message, "Class SomeWinController does not implement the 'NSWindowDelegate' protocol" @interface SomeWinController : NSWindowController - (void) windowDidLoad { [[self window] setDelegate:self]; } At the moment target is set to