Re: Multiple NSTableView question
Re: Multiple NSTableView question
- Subject: Re: Multiple NSTableView question
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 21 Jun 2001 07:43:07 +0100
If it was me, I would use a different controller object... Otherwise
things will probably start getting messy :-)
-- Finlay
On Wednesday, June 20, 2001, at 11:53 pm, Jason Brown wrote:
you can distinguish which table view is invoking these methods, when
using more than one table view.
My question is this: Evaluate it against what? What can I do with
that argument to figure out which table view is making the given
calls? With the second method, I know I can just query the theColumn
argument, assuming none of my tables have columns with the same name.
But there has to be a better solution that would also work for
numberOfRowsInTableView.
I realize this is probably a newbie question and I have read something
like 60 digests with no solution that I can see. Thanks.