Re: NSTableView with Custom Views as Cells Redraw Problem

2008-11-03 Thread Carmen Cerino Jr.
I was messing around in IB by turning off "draw background", which also turns off copy on scroll, on the NSScrollView that contains the table. I am not exactly sure what this means yet, but I am in the middle of investigating this new discovery. It may be linked to your suggestion. Thanks again fo

Re: NSTableView with Custom Views as Cells Redraw Problem

2008-11-03 Thread Corbin Dunn
On Nov 3, 2008, at 12:35 PM, Carmen Cerino Jr. wrote: Basically I have an array of views for every item in my data source, and my table uses a custom cell for its data cell. This cell has a weak reference to one of the views in the array, and it is set every time during the tableWillDisplayCell

NSTableView with Custom Views as Cells Redraw Problem

2008-11-03 Thread Carmen Cerino Jr.
Basically I have an array of views for every item in my data source, and my table uses a custom cell for its data cell. This cell has a weak reference to one of the views in the array, and it is set every time during the tableWillDisplayCell delegate method of the TableView. When the cell goes to d