NSTableView cell editing begin / end notifications?
NSTableView cell editing begin / end notifications?
- Subject: NSTableView cell editing begin / end notifications?
- From: Alexander Bokovikov <email@hidden>
- Date: Tue, 28 Jul 2009 03:06:31 +0600
Hi, All,
In my app I have a table, populated by some periodic procedure,
working on a timer. At the same time I need to add a cell editing
capability. But periodic updating procedure calls [tableView
reloadData], which resets the cell editor, if it is active.
Therefore I need to stop this update procedure for a time, when cell
editor is active. I've searched over the Net, but can't find any
simple solution or description, how to catch editor appearance and
hiding. Could anybody point me any sample or at least what
notifications should I use? I don't like the idea to subclass a cell
editor, but of course I'll do it (though don't know how to do it yet)
if there will no other simpler solutions.
Thanks.
_______________________________________________
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