• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Disabling NSTableView's behavior of turning black text white
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disabling NSTableView's behavior of turning black text white


  • Subject: Re: Disabling NSTableView's behavior of turning black text white
  • From: John Stiles <email@hidden>
  • Date: Mon, 14 Jan 2008 14:56:21 -0800

You might be able to accomplish this by somehow forcing the cell's background style to always be "light." Maybe a call to setBackgroundStyle: in willDisplayCell:... would do it.

http://developer.apple.com/documentation/Cocoa/Reference/ ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html#//apple_ref/ occ/instm/NSCell/setBackgroundStyle:
http://developer.apple.com/documentation/Cocoa/Reference/ ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html#//apple_ref/ doc/constant_group/Background_Styles



On Jan 14, 2008, at 2:51 PM, Nick Zitzmann wrote:

I have some NSTableViews where I want the color of the text to always be the same no matter what row is selected. I've found that, since Leopard was released, that NSTableView will always draw the text in a text field row cell as white instead of black when the row is selected. How do I disable this? I want the text to always be the same color no matter what, and I have my reasons for wanting this.

I already tried making a custom data formatter that returns an NSAttributedString with the text, the desired font, and [NSColor blackColor] as the foreground color. It didn't work...

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
40blizzard.com


This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • [SOLVED] Re: Disabling NSTableView's behavior of turning black text white
      • From: Nick Zitzmann <email@hidden>
References: 
 >Disabling NSTableView's behavior of turning black text white (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Disabling NSTableView's behavior of turning black text white
  • Next by Date: Re: Move window by dragging button
  • Previous by thread: Disabling NSTableView's behavior of turning black text white
  • Next by thread: [SOLVED] Re: Disabling NSTableView's behavior of turning black text white
  • Index(es):
    • Date
    • Thread