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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:51:38+00:00 2026-05-28T05:51:38+00:00

I have been searching everywhere for this and not been able to find it

  • 0

I have been searching everywhere for this and not been able to find it and its really bugging me. I can’t figure out how to save the current state of an NSPopUpButton, so if a user changes it, the app will load that state next time they run the app. I have tried NSUserDefaults and its just been adding a new item to the pop up button that has a really weird name.

  • 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-28T05:51:38+00:00Added an answer on May 28, 2026 at 5:51 am

    It sounds like you’ve failed to set an initial value for the user default.

    For example, if you bind your NSPopupButton using the “Selected Value” binding to a default “popupSelection” then you must insure that NSUserDefaults always returns one of the NSPopupButton‘s entries for “popupSelection”.

    You achieve this by including a plist in your project, say “Defaults.plist”, which contains the default value you wish for “popupSelection” (and the default values you wish for your other preferences), then at application startup load this plist from your bundle:

    NSString *defaultsPath = [[NSBundle mainBundle] pathForResource:@"Defaults" ofType:@"plist"];
    NSDictionary *defaultsDict = [NSDictionary dictionaryWithContentsOfFile:defaultsPath]];
    

    and register these as your defaults with NSUserDefaults:

    [[NSUserDefaults standardUserDefaults] registerDefaults:defaultsDict];
    

    Now your popup button will start with a correct value, and the binding will keep the value in NSUserDefaults correct when the user changes the selection.

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

Sidebar

Related Questions

Been searching everywhere and can't find a way to do this. I have a
I have been searching everywhere but can't seem to find a solution to this
I have been searching everywhere but I could not find an answer. I need
I have been searching everywhere before asking this, but have not found anything. There's
I've been searching everywhere and can't seem to find an answer to this: I'm
I've been searching for the last 2 hours and can't figure this out. I
Have been searching around and can't find the answer to this. I'm just wondering
I have been searching for an answer to this but can't find it on
I have been searching around for an answer to this but I can't seem
So I have been searching everywhere for a solution to this problem. I have

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.