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

  • Home
  • SEARCH
  • 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 6245205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:27:52+00:00 2026-05-24T12:27:52+00:00

Clicking menu item shows a NSWindow, but only for first time, why is so

  • 0

Clicking menu item shows a NSWindow, but only for first time, why is so that, and how to fix it?

-(IBAction)menuClick:(id)sender
{   
    if (!formsView) {
        formsView = [[NSWindowController alloc] initWithWindowNibName:@"Forms"];
    }

    [formsView showWindow:self];
}
  • 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-05-24T12:27:52+00:00Added an answer on May 24, 2026 at 12:27 pm

    That’s the same code I use and it works. The problem must be elsewhere.

    The problem isn’t the code, it’s the setup in Interface Builder. (I’m still using Xcode 3.2 so in my world Interface builder is a separate application.) Make sure the class for File’s Owner in the xib is set to NSWindowController and that its window outlet is connected to the window.

    If you don’t do this and Visible At Launch is set for the window, you’ll get exactly the symptom you describe. This is because initWithWindowNibName loads the NIB file and the window is shown because of the Visible At Launch flag. But if you look at the window property of your NSWindowController instance you’ll see that it is still nil. That’s why the window isn’t redisplayed when you call showWindow again. It’s the connections in IB that associate the window with the controller.

    Here’s a project that has IB set up correctly.

    Here’s the relevant settings in IB:

    The relevant settings for IB

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

Sidebar

Related Questions

I have a menu item that appears when right clicking over a datagridview. From
I am making excel add-in in which clicking on menu item or toolbar button,
I have a main menu window. On clicking any menu item it opens a
Im talking about the menu that shows up when you select a block of
In my main window, after clicking a menu item, a dialog box appears which
I'm trying to develop a simple application, which upon clicking a menu item, it
I want to show ContextMenu after clicking on ListView Item. But when i click
What do you do to fix the missing context menu item Suppress Message from
I am trying to display a menu item named share by clicking the menu
In left menu bar i am having two links about and messages while clicking

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.