Re: NSTableView delete button
Re: NSTableView delete button
- Subject: Re: NSTableView delete button
- From: Scott Stevenson <email@hidden>
- Date: Thu, 28 Dec 2006 15:08:39 -0800
On Dec 28, 2006, at 2:59 PM, Keith Duncan wrote:
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
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden