• 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
delegate of an NWindowController's window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

delegate of an NWindowController's window


  • Subject: delegate of an NWindowController's window
  • From: Koen van der Drift <email@hidden>
  • Date: Thu, 29 Sep 2011 18:22:50 -0400

I'm trying to get the delegate of a window that is controlled by a custom NSWindowController as follows:

      NSWindow *win = [self window];
      id <MyControllerDelegate> del = [win delegate];

But get the following warning:

warning: Semantic Issue: Initializing 'id<MyControllerDelegate>' with an expression of incompatible type 'id<NSWindowDelegate>'

What am I doing wrong?

Thanks,

- Koen.

_______________________________________________

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: delegate of an NWindowController's window
      • From: Jamie Pinkham <email@hidden>
  • Prev by Date: Re: creating multiple NSTimers
  • Next by Date: Re: delegate of an NWindowController's window
  • Previous by thread: Re: creating multiple NSTimers
  • Next by thread: Re: delegate of an NWindowController's window
  • Index(es):
    • Date
    • Thread