NSOutlineView: selection management and IB Inspector
NSOutlineView: selection management and IB Inspector
- Subject: NSOutlineView: selection management and IB Inspector
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 7 Jan 2002 12:08:17 +0100
Is there any particular reason why the selection management of a
NSOutlineView is not handled via the methods of its superclass (i.e.
NSTableView) ?
Having to handle selection in NSOutlineView through the action selector
is quite strange and problematic.
It's problematic because if you're changing the selected row using the
arrows key, the selection can't be seen as changed. This leads to a
weird behavior of applications.
Second issue:
I just discovered that the Autosave name field of the
NSTableView/NSOutlineView Inspector in IB is always disabled. Is this a
feature ?