Hello I’am searching a solution for a little problem but my efforts are useless
I bound the state of the Remove button to canRemove of NSArrayController
When I start the app the table is full of rows but no raw is selected
The Remove button is Enabled and deselecting the Enabled in the attribute inspector doesn’t change the initial state.
I observed that canRemove is true till employees.count > 0
the problem is only at the start of the application because after you clicked a raw or you use Remove or Add there is always a selected row …
Thank you for help