• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Subject: Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol
  • From: Gustavo Pizano <email@hidden>
  • Date: Thu, 28 Jan 2010 11:56:52 +0100

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 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 window] setDelegate:self];
>> }
>>
>> At the moment target is set to compile for 32 bit for 10.5 and 64 bit for 10.6. I did some googling but no satisfactory answer. How do I fix this problem ?
>
>
> In 10.6 many informal protocols became formal ones. So try this:
>
> @interface SomeWinController : NSWindowController <NSWindowDelegate>
>
> ...
>
>
> --Graham
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol
      • From: Graham Cox <email@hidden>
References: 
 >10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol (From: Peter C <email@hidden>)
 >Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: NSString category name collision?
  • Next by Date: Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol
  • Previous by thread: Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol
  • Next by thread: Re: 10.6 : Class xxx does not implement the 'NSWindowDelegate' protocol
  • Index(es):
    • Date
    • Thread