I blogged about themeing NSTableView a while ago:

http://orangejuiceliberationfront.com/themeing-nstableview/

That lists all the steps for changing highlight and other colors. Did you not 
see that via Google? Does that not work for you for some reason? I have a 
shipping application that uses this approach, and haven't heard any reports 
from users that the selection color was wrong.

-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."



On 21 Oct 2013, at 17:19, Darren Wheatley <dar...@tenjinconsulting.co.uk> wrote:
> Hi,
> 
> I have a custom subclass of NSTableView in my app.
> 
> I would like to change the highlight colour displayed when the user clicks on 
> a row, and have the colour maintained when the NSTableView subclass loses 
> focus.
> 
> I have changed the subclass to ensure that the table is never first 
> responder, and so the user only ever sees the "lost focus" highlight colour 
> (gray by default). This maintains the same highlight colour when the table 
> has focus, and when it doesn't.
> 
> I would now like to change the default gray colour to a custom colour.
> 
> My tableview is currently cell-based. I am targeting 10.7+ so I could switch 
> to view-based if that would give me more options?
> 
> Can anyone suggest a method that will allow me to set a custom highlight 
> colour on on a row when the user clicks on it?
> 
> I've Googled for a solution, but haven't been able to find anything that 
> works.
> 
> Thanks
> 
> Darren.
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/witness.of.teachtext%40gmx.net
> 
> This email sent to witness.of.teacht...@gmx.net


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to