Re: Question about TableView - how do I know which tableView?
Re: Question about TableView - how do I know which tableView?
- Subject: Re: Question about TableView - how do I know which tableView?
- From: Denis Stanton <email@hidden>
- Date: Thu, 6 Feb 2003 19:31:51 +1300
Hi Lucas
On Thursday, February 6, 2003, at 06:22 PM, Lucas Haley wrote:
One of the simplest ways is to set up a connection to the table from
your controller, and to compare the two -- make an IBOutlet to the
NSTableView, and compare it with the NSTableView from the method call.
So, in the controller .h file, you have:
IBOutlet NSTableView *tableOne;
IBOutlet NSTableView *tableTwo;
I was missing those extra outlets, and until I wanted to choose between
tables it didn't matter.
Thanks for your help
Denis
_______________________________________________
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.