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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:34:25+00:00 2026-05-12T23:34:25+00:00

When the NSTextField (Label) is bound to a controller selection with bindings, and I

  • 0

When the NSTextField (Label) is bound to a controller selection with bindings, and I have specified placeholder values for the Multiple Values Marker, No Selection Marker, etc it draws the text with a gray color that does not show up well on a dark background.

Is there a way to change the text color it uses to display the placeholder text?

  • 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-12T23:34:25+00:00Added an answer on May 12, 2026 at 11:34 pm

    Use an attributed string specifying the color you want, like this:

    NSDictionary *blueDict = [NSDictionary dictionaryWithObject: [NSColor blueColor]
                            forKey: NSForegroundColorAttributeName];
    NSAttributedString *blueString = [[[NSAttributedString alloc] initWithString: @"test"
                                    attributes: blueDict] autorelease];
    

    Then you can either set the placeholder attributed string directly:

    [[field cell] setPlaceholderAttributedString: blueString];
    

    or do it through a binding, for example:

    [field2 bind: @"value" toObject: [NSUserDefaults standardUserDefaults]
            withKeyPath: @"foo"
            options: [NSDictionary dictionaryWithObject: blueString forKey: NSNullPlaceholderBindingOption]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a NSTextField Label that has attributed text in it. The color and
I'm trying to get a value from a NSTextField (Label) and convert it to
I've successfully created an NSCollectionView and added a label to the view prototype in
In my desktop Mac OS X app, I'd like to programatically create a NSTextField
I'm teaching myself cocoa and enjoying the experience most of the time. I have
So I have all this code that I have debugged and it seems to
I have an IBAction with some simple code inside: -(IBAction)change:(id)sender { [textfield setHidden:NO]; [self
I'm trying to debug my iPhone app (a basic counter) and I have a
I am trying to create CGImage from NSTextField. I got some success in this.
How can I Display an NSTextField or an NSProgressIndicator within an NSMenu? I'm looking

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.