Re: NSTableView reloadData question FOLLOWUP
Re: NSTableView reloadData question FOLLOWUP
- Subject: Re: NSTableView reloadData question FOLLOWUP
- From: Andy Lee <email@hidden>
- Date: Wed, 10 Apr 2002 19:50:25 -0400
At 12:45 AM +0200 4/11/02, Ondra Cada wrote:
if I have a table and a textview in a window, and if clicking to a
column heading changes the sorting (which is both quite common), I
very definitely *NOT* want that re-sorting loses insertion point in
the textview -- which would be an inevitable result of its making
the NSTableView the FR!
Good point. This puts me squarely on one side of the hair-split I
mentioned (in a message that has yet to appear on the list for some
reason, so Ondra, you may not see it for a while):
(a) If the table allows column selection, then FR status should go to
the table when a column is selected by a click on the header. I
would expect arrow keys, for example, to go to the table after such a
click.
(b) If the table does *not* allow column selection, then clicking on
a column header may have some effect like sorting the column, but
should not bring FR status to the table, for the reason Ondra gives.
In this case, the column header is acting more like a push-button.
So Ondra, I am agreeing with you in the (b) case but not in the (a) case.
--Andy
_______________________________________________
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.