On Nov 30, 2015, at 12:18 , Luc Van Bogaert <luc.van.boga...@me.com> wrote:
> 
> I can see this is being called when I make any selection change; except when 
> I delete the (last) selected row. Deleting the second last row does trigger a 
> call, but only when I set the arraycontroller to 'avoid empty selection'. 

It sounds like it could be a bug, although I would have thought that anything 
affecting the data model would make your app revisit whatever it’s doing with 
the selection anyway. You could try binding the table’s selection row indexes 
through (that is, through the array controller, if you’re using one) to a data 
model property, and observe that via KVO.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to