Re: NSTableView solution feedback and questions
Re: NSTableView solution feedback and questions
- Subject: Re: NSTableView solution feedback and questions
- From: Jay Martin <email@hidden>
- Date: Tue, 18 Mar 2008 13:48:18 -0500
If your data model is updated but not the Table View simply calling
setNeedsDisplay on the tv should be enough and less expensive (you
can even simply call it for rects of cells to be updated)
Laurent
That's it! Using setNeedsDisplay (instead of reloadData) on the
TableView while another cell is being edited causes the TableView to
update but not to interrupt to the editing process.
Thanks!!
jay
_______________________________________________
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