Fwd: Cell in Selected NSTableView Not Redrawn

2012-07-21 Thread Keary Suska
>> 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 othe

Re: Cell in Selected NSTableView Not Redrawn

2012-07-21 Thread Keary Suska
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

Re: Cell in Selected NSTableView Not Redrawn

2012-07-20 Thread Quincey Morris
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

Cell in Selected NSTableView Not Redrawn

2012-07-20 Thread Keary Suska
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. When an effecting value is changed, I call reloadDataForRo