Re: Newbie: Basic problem with NSTableview
Re: Newbie: Basic problem with NSTableview
- Subject: Re: Newbie: Basic problem with NSTableview
- From: Tage Borg <email@hidden>
- Date: Sun, 3 Sep 2006 22:21:45 +0200
On 2006-09-03, at 22:09, Marcus Pedersén wrote:
Hi all!
I found a tutorial regarding NSTableview and according to that
tutorial I was supposed to make a connection from my controller
class to my NSTableview in Interface Builder. I did that.
After that I was supposed to write two methods in my controller
class that my NSTableview gets the info from,
Just to try it out I did the following but nothing happend.(My
columbs has the visible names Date, Time and Remember). I even
tried (just as a test) to make a button click make: [ myTableView
reloadDate ] but nothing happend.
Did you remember to set the data source? [myTableView reloadData]
will reload data for the table view from the data source that you
have specified with
[myTableView setDataSource:myController];
--Tage
--
Tage Borg
Project Management, SW Architecture, Design, Development
ph +46703967328 (GMT+1)
email@hidden
www.tbef.se
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden