• 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: Trouble with NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with NSTableView


  • Subject: Re: Trouble with NSTableView
  • From: Christian Mittendorf <email@hidden>
  • Date: Thu, 23 May 2002 13:11:51 +0200

Hi Martin,

your problem is quite obvious. Just read the output again:

2002-05-23 12:50:21.487 mySQLchecker[7462] *** -[NSScrollView reloadData]
:
selector not recognized

You said you want the tableView to reload the data, which is the right way.
But what does the error message say? [NSScrollView reloadData] You send the reloadData Message to an NSScrollView, which in fact does not have such a selector.

Go back to IB and connect the tableView to the outlet and not the NSScrollView. The TableView is embeded in a scrollview, so you have to be careful while make the connection.

cu
cm
_______________________________________________
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.

References: 
 >Trouble with NSTableView (From: Martin Kautz <email@hidden>)

  • Prev by Date: Trouble with NSTableView
  • Next by Date: Re: Trouble with NSTableView
  • Previous by thread: Trouble with NSTableView
  • Next by thread: Re: Trouble with NSTableView
  • Index(es):
    • Date
    • Thread