Re: How to get NSTableView to notice a change in NSTableDataModel
Re: How to get NSTableView to notice a change in NSTableDataModel
- Subject: Re: How to get NSTableView to notice a change in NSTableDataModel
- From: Shawn Erickson <email@hidden>
- Date: Fri, 27 May 2005 13:14:13 -0700
On May 27, 2005, at 12:56 PM, James Bucanek wrote:
Scott Stevenson wrote on Friday, May 27, 2005:
On May 27, 2005, at 11:28 AM, James Bucanek wrote:
But, are you using bindings to display your data, or a normal
datasource? If you are using bindings, it sounds like you aren't
sending out the proper KVO messages when add a new item.
Plain ol' hand-coded NSTableDataSource object.
For what it's worth, it sounds like Cocoa Bindings is much closer to
the 'notification' model that you're used to.
I suspect that you're right. I've looked, ever so briefly, into
bindings and they look very cool. But aren't binding a Tiger-only
thing? We're still supporting 10.3 and mulling over continuing
support for 10.2.
"Cocoa bindings is available to Cocoa applications running Mac OS X
version 10.3 and later."
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/index.html>
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden