• 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: help with a tableView dataSource
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with a tableView dataSource


  • Subject: Re: help with a tableView dataSource
  • From: Theodore Petrosky <email@hidden>
  • Date: Sun, 14 Sep 2003 08:48:32 -0700 (PDT)

I knew I was working too hard.... and it was there
under my nose ..


thanks for the pointer in the right direction.

Ted


--- Tito Ciuro <email@hidden> wrote:
> Theodore,
>
> Look at:
>
>
http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/
>
> Tasks/UsingTableDataSource.html
>
> In particular:
>
> - (void)tableView:(NSTableView *)tableView
> setObjectValue:(id)object
> forTableColumn:(NSTableColumn *)tableColumn
> row:(int)row;
>
> You can pick the value changed, the column (if
> you've set the
> tableColumn after a column name) and the row.
> Everything you need to
> construct your SQL statement.
>
> -- Tito
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
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: 
 >Re: help with a tableView dataSource (From: Tito Ciuro <email@hidden>)

  • Prev by Date: Re: NSRunAlertPanel
  • Next by Date: Re: NSRunAlertPanel
  • Previous by thread: Re: help with a tableView dataSource
  • Next by thread: Re: help with a tableView dataSource
  • Index(es):
    • Date
    • Thread