• 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: Responder Chain & Multiple Windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Responder Chain & Multiple Windows


  • Subject: Re: Responder Chain & Multiple Windows
  • From: Todd Heberlein <email@hidden>
  • Date: Mon, 10 Nov 2008 09:00:46 -0800


On Nov 10, 2008, at 5:31 AM, Graham Cox wrote:


On 11 Nov 2008, at 12:11 am, Todd Heberlein wrote:

From the documentation it seems that the window's NSDocumentController, even though it isn't the document's main window, should still be in the responder chain.

I assume you actually mean the window's NSDocument (or subclass thereof) - there is only one shared NSDocumentController in an app.


How are you creating the secondary windows? If you instantiate the controllers yourself you need to add them as subcontrollers of the document using its -addWindowController: method.

Oops. Yes, MyDocument is a subclass of NSDocument and BrowserViewController is a subclass of NSWindowController



In MyDocument I have a method that has the following code:

      BrowserViewController* bvc;

bvc = [[[BrowserViewController alloc] init] autorelease]; // init loads NIB
[self addWindowController:bvc];
[bvc showWindow:self];



Both MyDocument and BrowserViewController implement the method (which is the action for the menu item):


	- (IBAction) extractAuditSession: (id) sender;

But the menu item is only available when the window associated with MyDocument is key. When the window associated with BrowserViewController is key, the menu item is dimmed out.

Todd

_______________________________________________

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: Responder Chain & Multiple Windows
      • From: j o a r <email@hidden>
References: 
 >Detect microphone (From: chaitanya pandit <email@hidden>)
 >Re: Detect microphone (From: "Kyle Sluder" <email@hidden>)
 >Re: Detect microphone (From: chaitanya pandit <email@hidden>)
 >Re: Detect microphone (From: Graham Cox <email@hidden>)
 >Re: Detect microphone (From: chaitanya pandit <email@hidden>)
 >Responder Chain & Multiple Windows (From: Todd Heberlein <email@hidden>)
 >Re: Responder Chain & Multiple Windows (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: Core Data entity fetching by date
  • Next by Date: Re: Can't get CABasicAnimation to explicitly animate "frame" property of CALayer
  • Previous by thread: Re: Responder Chain & Multiple Windows
  • Next by thread: Re: Responder Chain & Multiple Windows
  • Index(es):
    • Date
    • Thread