Re: NSOutlineView and -reloadDataForRowIndexes:columnIndexes:

2011-09-09 Thread Corbin Dunn
Yes; for a cell based tableview all it does is invalidate the row/column pairs. For view based, it drops the view and queries it again. corbin On Sep 8, 2011, at 12:12 PM, Sebastien Boisvert wrote: > Does -reloadDataForRowIndexes:columnIndexes: work on NSOutlineView? I'm > trying to use this t

NSOutlineView and -reloadDataForRowIndexes:columnIndexes:

2011-09-08 Thread Sebastien Boisvert
Does -reloadDataForRowIndexes:columnIndexes: work on NSOutlineView? I'm trying to use this to refresh some rows, but I get no indication that anything in my delegate is being queried to refresh the data. ___ Cocoa-dev mailing list (Cocoa-dev@lists.appl