Re: Two ways to get this NSTableView behaviour but I do not know how to implement either
Re: Two ways to get this NSTableView behaviour but I do not know how to implement either
- Subject: Re: Two ways to get this NSTableView behaviour but I do not know how to implement either
- From: Cameron Hayne <email@hidden>
- Date: Sat, 12 Oct 2002 16:44:13 -0400
On 12/10/02 2:25 pm, "Gerben Wierda" <email@hidden> wrote:
>
behaviour of NSTableView is that if one item is selected, all the
>
others are deselected (including ones that are out of sight) which can
>
be very confusing for the users.
>
So, I thought of two ways to handle this:
>
1. Make every click on a NSTableView row behave like a Command-click.
Please don't even consider doing that sort of thing! The users rightfully
expect consistency across applications. Standard behaviour is that a
(unmodified) mouse click on an object selects it and deselects all others.
You should not change the standard behaviour.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.