TabView / Core Data / sorting behavior
TabView / Core Data / sorting behavior
- Subject: TabView / Core Data / sorting behavior
- From: Stefan Jung <email@hidden>
- Date: Thu, 28 Jun 2007 19:05:11 +0200
I have:
A Core Data Model, an NSArrayController, a NSTableView with add and
delete buttons and a custom view, that is also bound to the array
controller.
Everything works as expected. But...
I want: The TableView to start sorting AFTER the user initiates a
sort via pressing Return or clicking in the table header.
By now the TableView starts sorting after clicking it. So when
clicking the add button a new line is created, and double clicking
this new line for editing rearranges the lines and starts editing
under the mouse pointer (the old rearranged object).
What options do I have? Prohibit the TableView from rearranging
automatically?
Stefan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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