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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:46:30+00:00 2026-05-26T17:46:30+00:00

I have a project that needs to disable/enable some NSToolbarItem s depends on different

  • 0

I have a project that needs to disable/enable some NSToolbarItems depends on different options. I checked and found no parameter for this.

Is there a way to enable/disable a given NSToolbarItem?

  • 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-26T17:46:30+00:00Added an answer on May 26, 2026 at 5:46 pm

    Implement NSToolbarItemValidation Protocol in your window, view or document controller. The documentation gives the following sample code:

    -(BOOL)validateToolbarItem:(NSToolbarItem *)toolbarItem {
    
        BOOL enable = NO;
        if ([[toolbarItem itemIdentifier] isEqual:SaveDocToolbarItemIdentifier]) {
    
            // We will return YES (enable the save item)
            // only when the document is dirty and needs saving
            enable = [self isDocumentEdited];
    
        } else if ([[toolbarItem itemIdentifier] isEqual:NSToolbarPrintItemIdentifier]) {
    
            // always enable print for this window
            enable = YES;
        }
        return enable;
    }
    

    You can also use action or tag to determine what toolbar item is being validated. Items are validated frequently, whenever your app is activated or events are dispatched, so they will always be in a valid state.

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

Sidebar

Related Questions

I found some fantastic code that meets the needs for my project from here:
I have a project that needs to play video but not allow downloading. I'd
I have a Java project that needs a addon interface. I was thinking about
I have a home project that really needs to be in Source Control. I
I'm working on a project that needs to have a list of weekdays. I
I have a console application project in C# 2.0 that needs to write something
On the project I'm working on, we have a file with svn:needs-lock that's frequently
We have a project that needs to gather survey data. On one particular page
I have a project that needs the fmod library, and I need to have
I have a project that needs to generate a random collection of images on

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.