Re: Source files - subclassing a nstableview
Re: Source files - subclassing a nstableview
- Subject: Re: Source files - subclassing a nstableview
- From: Wain <email@hidden>
- Date: Thu, 23 Mar 2006 22:10:36 +0000
Hi,
You will never get to see the .m file, it's just not gonna happen,
but fortunately you don't need to, create your subclass and do your
custom refreshing sometimes and only call super when you want to.
Out of interest, what is wrong with using the standard reload?
Wain
On 23 Mar 2006, at 21:58, 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)..
Arne
On Mar 23, 2006, at 1:44 , Mike Abdullah wrote:
um, just do [super reloadData] ?
Mike.
On 23 Mar 2006, at 04:33, Arne Bech wrote:
Hi,
I was thinking of subclassing a nstableview.
Is there any way to get a hold of the nstableview.m file so i can
look at the methods allready there and then copy and modify them
in my subclass.
I particulary had in mind the -reloadData method.
thanks!
Sincerely,
Arne Nikolai Bech
_______________________________________________
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