• 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: TableView question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Newbie: TableView question


  • Subject: RE: Newbie: TableView question
  • From: "Jonathan E. Jackel" <email@hidden>
  • Date: Tue, 29 Apr 2003 15:32:55 -0400

> After debugging the code, I've found that the control is
> NOT coming
> inside the Data Source method objectValueForTableColumn() (although the
> control is coming inside another Data Source method
> numberOfRowsInTableView()
> ).

Perhaps you were simply abbreviating, but the signature for the first method
is

- (id)tableView:(NSTableView *)aTableView
objectValueForTableColumn:(NSTableColumn *)aTableColumn
row:(int)rowIndex

Make sure you are implementing the right method!

Jonathan
_______________________________________________
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: 
 >Newbie: TableView question (From: "Nilay Hazra" <email@hidden>)

  • Prev by Date: RE: how to get OS name ?
  • Next by Date: Include arbitrary dylib in project
  • Previous by thread: Re: Newbie: TableView question
  • Next by thread: multiple selection not taking in NSOpenPanel
  • Index(es):
    • Date
    • Thread