Skip navigation.
 
mlRe: NSTableView identify problem
FROM : Scott Anguish
DATE : Sat Jan 11 19:44:00 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSTableView identify problem Volker Bublitz Jan 10, 11:11
mlRe: NSTableView identify problem Scott Anguish Jan 10, 13:39
mlRe: NSTableView identify problem Scott Anguish Jan 10, 22:38
mlRe: NSTableView identify problem Quentin Mathé Jan 11, 03:58
mlRe: NSTableView identify problem Volker Bublitz Jan 11, 07:28
mlRe: NSTableView identify problem Geoff Coffey Jan 11, 08:10
mlRe: NSTableView identify problem Scott Anguish Jan 11, 10:45
mlRe: NSTableView identify problem Volker Bublitz Jan 11, 16:31
mlRe: NSTableView identify problem Scott Anguish Jan 11, 19:44