Re: NSArrayController + NSTableView addObject ends editing
Re: NSArrayController + NSTableView addObject ends editing
- Subject: Re: NSArrayController + NSTableView addObject ends editing
- From: Trygve Inda <email@hidden>
- Date: Tue, 24 Dec 2013 11:41:29 -0800
- Thread-topic: NSArrayController + NSTableView addObject ends editing
It seems that NSTableView's reloadData called by NSArrayController's
addObject kills the edit session (without giving my delegate a chance to
refuse to end the editing).
Is there a way to add items to the table and not end my editing?
Think of the Finder and you are editing a file name, while someone on the
network is copying files into the the same folder. Your edit session should
not end just because some itmes are added to the list.
How can I accomplish this?
_______________________________________________
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