Re: NSTableView update issue

2015-09-26 Thread Peter Hudson
Ken, Thanks for this insight. Reading through your comments, I suspect the best way to deal with this is to switch entire table views in and out ( or, perhaps, deal with datasources ). I’ll probably do it with table view swapping as this avoids setting up the views with each change. Regard

Re: NSTableView update issue

2015-09-26 Thread Ken Thomases
On Sep 26, 2015, at 5:13 AM, Peter Hudson wrote: > I have an NSTableView in my app which has started to behave differently on > 10.10. > > I periodically change the datasource and delegate to the table view ( which > is on screen ) > This has worked perfectly up until recently. > > > After h

NSTableView update issue

2015-09-26 Thread Peter Hudson
I have an NSTableView in my app which has started to behave differently on 10.10. I periodically change the datasource and delegate to the table view ( which is on screen ) This has worked perfectly up until recently. After having changed the datasource/delegate to the table view, I confirm th