Skip navigation.
 
mlRe: NSTableView solution feedback and questions
FROM : Jay Martin
DATE : Tue Mar 18 19:48:18 2008

> If your data model is updated but not the Table View simply calling 
> setNeedsDisplay on the tv should be enough and less expensive (you 
> can even simply call it for rects of cells to be updated)
>
> Laurent


That's it! Using setNeedsDisplay (instead of reloadData) on the 
TableView while another cell is being edited causes the TableView to 
update but not to interrupt to the editing process.

Thanks!!
jay

Related mailsAuthorDate
mlNSTableView solution feedback and questions Jay Martin Mar 18, 18:17
mlRe: NSTableView solution feedback and questions Jeff LaMarche Mar 18, 18:25
mlRe: NSTableView solution feedback and questions Laurent Cerveau Mar 18, 18:48
mlRe: NSTableView solution feedback and questions Quincey Morris Mar 18, 19:34
mlRe: NSTableView solution feedback and questions Jay Martin Mar 18, 19:48
mlRe: NSTableView solution feedback and questions Keary Suska Mar 18, 20:43