• 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: Newbie: Basic problem with NSTableview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Newbie: Basic problem with NSTableview (From: Marcus Pedersén <email@hidden>)

  • Prev by Date: Complicated NSSplitView question
  • Next by Date: Re: Newbie: Basic problem with NSTableview
  • Previous by thread: Newbie: Basic problem with NSTableview
  • Next by thread: Re: Newbie: Basic problem with NSTableview
  • Index(es):
    • Date
    • Thread