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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to