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.
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 mails | Author | Date |
|---|---|---|
| Volker Bublitz | Jan 10, 11:11 | |
| Scott Anguish | Jan 10, 13:39 | |
| Scott Anguish | Jan 10, 22:38 | |
| Quentin Mathé | Jan 11, 03:58 | |
| Volker Bublitz | Jan 11, 07:28 | |
| Geoff Coffey | Jan 11, 08:10 | |
| Scott Anguish | Jan 11, 10:45 | |
| Volker Bublitz | Jan 11, 16:31 | |
| Scott Anguish | Jan 11, 19:44 |






Cocoa mail archive

