Re: Exposing NSTableView's usesAlternatingRowBackgroundColors in the user preferences

2011-07-14 Thread Peter
Thanks Kyle for the enlightenment! Very much appreciated. So however awkward - I guess I have to live with this technique. Am 14.07.2011 um 18:29 schrieb Kyle Sluder: > On Tue, Jul 12, 2011 at 11:53 AM, Peter wrote: >> I'd like to expose NSTableView's option usesAlternatingRowBackgroundColors >

Re: Exposing NSTableView's usesAlternatingRowBackgroundColors in the user preferences

2011-07-14 Thread Kyle Sluder
On Tue, Jul 12, 2011 at 11:53 AM, Peter wrote: > I'd like to expose NSTableView's option usesAlternatingRowBackgroundColors as > a settable preference in my app's preferences window. "Easy, just use a > binding", I thought before I realized that NSTableView does not expose this > setting via bi

Exposing NSTableView's usesAlternatingRowBackgroundColors in the user preferences

2011-07-13 Thread Peter
I'd like to expose NSTableView's option usesAlternatingRowBackgroundColors as a settable preference in my app's preferences window. "Easy, just use a binding", I thought before I realized that NSTableView does not expose this setting via bindings, neither using IB nor programatically. I found t