Re: NSTableView identify problem
Re: NSTableView identify problem
- Subject: Re: NSTableView identify problem
- From: Scott Anguish <email@hidden>
- Date: Sat, 11 Jan 2003 13:44:00 -0500
yep, that's fine.
On Saturday, January 11, 2003, at 11:09 AM, Geoff Coffey wrote:
>
On Friday, January 10, 2003, at 02:38 PM, Scott Anguish wrote:
>
>
> I'd suggest keeping the instances of each table row in variables,
>
> and then you can just compare the aTableView instance with the saved
>
> values.
>
>
>
> [...]
>
>
>
> if ([aTableView isEqual:namesTableView]) {
>
>
Is it not appropriate to say:
>
>
if (aTableView == namesTableView)
>
>
That's how I've been doing it, with table views, buttons etc...
>
>
Thanks,
>
>
Geoff
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.