Re: Visually disabling some checkboxes in a NSTableView

2011-05-21 Thread Tito Ciuro
Hi Kyle, The method -tableView:willDisplayCell:forTableColumn:row: did the trick, thanks! -- Tito On May 21, 2011, at 10:02 AM, Kyle Sluder wrote: > On Sat, May 21, 2011 at 9:19 AM, Tito Ciuro wrote: >> Hello, >> >> I have a table view which contains a column that displays checkboxes. I >> w

Re: Visually disabling some checkboxes in a NSTableView

2011-05-21 Thread Kyle Sluder
On Sat, May 21, 2011 at 9:19 AM, Tito Ciuro wrote: > Hello, > > I have a table view which contains a column that displays checkboxes. I would > like to disable and gray out some of the checkboxes, so I guess there are two > possible ways (perhaps there's another way?): > > 1) disable the control

Visually disabling some checkboxes in a NSTableView

2011-05-21 Thread Tito Ciuro
Hello, I have a table view which contains a column that displays checkboxes. I would like to disable and gray out some of the checkboxes, so I guess there are two possible ways (perhaps there's another way?): 1) disable the control (i.e. gray out) so that the user cannot toggle it (in one sing