Re: Source files - subclassing a nstableview
Re: Source files - subclassing a nstableview
- Subject: Re: Source files - subclassing a nstableview
- From: Arne Bech <email@hidden>
- Date: Thu, 23 Mar 2006 15:46:47 -0700
last time i tried to get into coca binding it ended in full chaos..
is there any good tutorials out there?
Arne
On Mar 23, 2006, at 15:35 , Bill Bumgarner wrote:
On Mar 23, 2006, at 1:58 PM, Arne Bech wrote:
I want to alter the reloadData process. If I call the super the
original reloadData get excecuted, which I don't want. I was more
looking for the table to just refresh the values for one of the
columns (and refresh the whole table too sometimes which is just
to call super)..
Use Cocoa Bindings. It is significantly more efficient at loading
data into an NSTableView as the data changes and not reloading the
entire table. And if you use bindings, then your app will
automatically enjoy future features and optimizations as Apple
releases new versions of the OS.
b.bum
_______________________________________________
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