• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Question about TableView - how do I know which tableView?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Programmatically adding an NSTextField to an NSTextView
      • From: Keith Bauer <email@hidden>
References: 
 >Re: Question about TableView - how do I know which tableView? (From: Lucas Haley <email@hidden>)

  • Prev by Date: Image conversions (EPS/PDF/TIFF -> JPG/GIF)
  • Next by Date: Re: Question about TableView - how do I know which tableView?
  • Previous by thread: Re: Question about TableView - how do I know which tableView?
  • Next by thread: Programmatically adding an NSTextField to an NSTextView
  • Index(es):
    • Date
    • Thread