Re: Trouble with NSTableView
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.