I have an NSTableView bound to an array of NSDictionary objects. I
want to add a table column containing a delete button. That will
remove the object in the row of the button.
I humbly suggest you reconsider this design. Having a delete button
in every row is not very Mac-like at all.
The usual model for the user is to select one or more items, then
click a single delete button elsewhere (or press the delete key). It
works this way in virtually every popular app so it's the behavior
most users expect.
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com