On Jul 20, 2012, at 9:36 PM, Quincey Morris wrote:
> On Jul 20, 2012, at 19:03 , Keary Suska wrote:
>
>> In an NSTableView I am providing custom cells via
>> tableView:dataCellForTableColumn:row:, based on values represented in other
>> columns. The cell is usually determined when a value is sp
On Jul 20, 2012, at 19:03 , Keary Suska wrote:
> In an NSTableView I am providing custom cells via
> tableView:dataCellForTableColumn:row:, based on values represented in other
> columns. The cell is usually determined when a value is specified via
> NSPopupButtonCells in two other columns. Whe