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
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,
>
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
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
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
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