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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:45:38+00:00 2026-05-30T22:45:38+00:00

Im creating a NSWindowController and its window programatically. So i create a simple NSToolbar

  • 0

Im creating a NSWindowController and its window programatically. So i create a simple NSToolbar with:

NSToolbar *toolbar = [[NSToolbar alloc] initWithIdentifier:@"PreferencesToolbar"];

[toolbar setDisplayMode:NSToolbarDisplayModeIconAndLabel];
[toolbar setAllowsUserCustomization:NO];
[toolbar setAutosavesConfiguration:NO];

[self.window setToolbar:toolbar];

[toolbar release];

Which all works fine, but when I add
[toolbar setDelegate:self];

I get the following error:

ERROR: invalid delegate (does not implement all required methods), and so can not be used! (To debug, add a breakpoint to NSToolbarError

According to NSToolbarDelegate there are no required methods, so what is going wrong here?

  • 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-30T22:45:40+00:00Added an answer on May 30, 2026 at 10:45 pm

    In order to make the toolbar work with your NSWindowController subclass as its delegate, you must declare it to conform to NSToolbarDelegate protocol :

    @interface MyController : NSWindowController <NSToolbarDelegate>
    

    Also, from the doc, you must ensure that some are implemented, even if they are optional, because you created the toolbar programmatically. They are :

    -(NSToolbarItem *)toolbar:(NSToolbar *)toolbar
        itemForItemIdentifier:(NSString *)itemIdentifier
    willBeInsertedIntoToolbar:(BOOL)flag;
    
    -(NSArray *)toolbarAllowedItemIdentifiers:(NSToolbar *)toolbar;
    
    -(NSArray *)toolbarDefaultItemIdentifiers:(NSToolbar *)toolbar;
    

    Important While this method is marked as @optional in the NSToolbarDelegate protocol , it must be implemented if the associated toolbar is created programatically. Toolbars created in Interface Builder can implement this method to augment functionality.

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

Sidebar

Related Questions

Creating a simple public/private keypair, such as through ssh-keygen does not create a file
Creating a site in with FrogCMS and using alot of jquery to create an
Creating simple php login scripts is easy, with simple one table mysql integration. I
Creating a popup window from main page with window.open, the child/popup page uses the
Creating Unit Tests in VS2008 (rightclick, create unit tests) causes a lot of references
Creating a simple TCP server based on examples but still do not get how
Creating a web interface so our helpdesk can create users and setup some of
Creating a simple UI using MS Access, hoping to do minimal actual coding (actually
Creating a relatively simple data entry form, and just want to separate certain sections
Creating a view with following code. - (void)loadView { paintView=[[UIView alloc]initWithFrame:CGRectMake(0, 50, 320, 430)];

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.