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 7807113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:45:05+00:00 2026-06-02T02:45:05+00:00

Unsuccessfully, I have searched extensively on how to programatically make an NSWindowController run in

  • 0

Unsuccessfully, I have searched extensively on how to programatically make an NSWindowController run in full screen mode in OSX Lion.

I even went so far as to buy, “Sams Teach yourself Mac OS X Lion App Development” because chapter/hour 21 was supposed to teach how to do that. I saw some reviews that the code in this book does not often work. I took my chances anyway, ugh!

Here’s a link to a sample of the chapter mentioned above.

Basically, here is what I have for just a test program,based on hour 21 listed above:

#import <Cocoa/Cocoa.h>

@interface WeatherWindowController : NSWindowController

- (IBAction)toggleFullScreen:(id)sender;

@end

I added an NSObject and assigned WeatherWindowController to it. I have a button that is connected properly as it is logging the NSLog statements properly.

#import "WeatherWindowController.h"

@interface WeatherWindowController ()

@end

@implementation WeatherWindowController

- (id)initWithWindow:(NSWindow *)window
{
    self = [super initWithWindow:window];
    if (self) {
        // Initialization code here.
    }
    return self;
}

-(void) awakeFromNib{
    self.window.collectionBehavior = NSWindowCollectionBehaviorFullScreenPrimary;    
}

- (void)windowDidLoad
{
    [super windowDidLoad];
    // Implement this method to handle any initialization after your window controller's window    has been loaded from its nib file.
}

- (IBAction)toggleFullScreen:(id)sender {
    NSLog(@"before toggleFullScreen");
    [self.window toggleFullScreen:sender];
    NSLog(@"after toggleFullScreen");
}
@end
  • 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-02T02:45:07+00:00Added an answer on June 2, 2026 at 2:45 am

    There shouldn’t be any need to implement this method in the window controller, since its window will also be in the responder chain, and should therefore receive the action when you choose the “Enter/Exit Full Screen” menu item that you added to your view menu and connected to the First Responder.

    So, assuming you’ve created and so configured that menu item, what does happen when you choose it?

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

Sidebar

Related Questions

I searched unsuccessfully Screen's info manual in Emacs by C-s. I was not able
I have tried unsuccessfully to copy the pwd to pbcopy as follows pwd |
I've been unsuccessfully searching for a way to install make utility on my CentOS
I run unsuccessfully in my .zshrc unalias rm rm() { mv $* /tmp/wastebasket }
I run the following command in Emacs unsuccessfully C-u How can you clear the
I am new to the encryption process and have tried unsuccessfully to install an
I have unsuccessfully attempted to get GPS Location to work for my app under
I am still not totally clear about entity states and I have unsuccessfully tried
I have been trying unsuccessfully to mirror text that only matches a-z0-9 using the
I have tried the following command unsuccessfully: git push 12.12.12.123:/proj.git master It asks my

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.