Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7794899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:54:41+00:00 2026-06-01T22:54:41+00:00

I set a NSViewController’s view as contentview of mainmenu’s window,now how should i use

  • 0

I set a NSViewController’s view as contentview of mainmenu’s window,now how should i use – (BOOL)windowShouldClose:(id)sender ?

i use <NSWindowDelegate> in @interface and put - (BOOL)windowShouldClose:(id)sender on .m but doesn’t work

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:54:42+00:00Added an answer on June 1, 2026 at 10:54 pm

    -(BOOL)windowShouldClose:(id)sender only gets sent to the delegate of the window that will be sending the message. (if you’re not crystal clear on what delegates are, they’re kind of like the army commander that everybody reports to)

    Here, in order to be able to use -windowShouldClose: in your NSViewController, you need to set the NSViewController as the window’s delegate. There’s two steps to this:

    1. Make it possible for the ‘NSViewController’ to be the window
      delegate. Usually the window’s delegate is the NSWindowController
      (it’s named that for a reason), but if you want to make
      ‘NSViewController’ the delegate you need to use the
      <NSWindowDelegate> protocol, which you’ve already done.

    2. Actually set the view controller as the delegate. As Ken Thomases
      noted in his comment, you can do this in Interface Builder by
      dragging the window’s delegate outlet and connecting it to your
      NSViewController. Or you could do it programmatically:
      [self.view.window setDelegate:self] as you mentioned should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In AppKit we have representedObject available through NSViewController , this representedObject is generally set
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER VIEW [dbo].[viewProductExportUpdated2] AS SELECT dbo.ProductCategories.ProductCategoryID
I'm adding new view controllers (scenes) via the interface builder. I drop them on
I am designing the interface of my ipad app now, and i want to
I have a NSViewController subclass with a convenience method to return the window controller
I have a simple project which consists of a simple window with one view
So I've got an NSViewController (MyVC) set up like so: //MyVC.h ... @property (nonatomic,
I'm using an NSViewController class with a single view in it to display a
set(TestProject_additional_libs optimized foobar.lib debug foobard.lib } especially what is optimized/debug mean here? Is this
set Unified=C:\Workspaces\Main\Unified\UnifiedFX.sln set Fullserver=C:\Workspaces\Main\Unified\FullServer\Tests\FullServer.Automation\FullServer.Automation.csproj set Management=C:\Workspaces\Main\Unified\Management\Tests\Management.Automation\Management.Automation.csproj set Move=C:\Workspaces\Main\Unified\Move\Tests\Move.Automation\Move.Automation.csproj set d64=Debug|x64 set d86=Debug|x86 for %%a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.