• 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: NSTableView and multiple NSArrayControllers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView and multiple NSArrayControllers


  • Subject: Re: NSTableView and multiple NSArrayControllers
  • From: Scott Anguish <email@hidden>
  • Date: Mon, 26 Apr 2004 01:22:52 -0400

On Apr 26, 2004, at 12:38 AM, Gabriele de Simone wrote:

I just noticed that IB shows three bindings for an NSTableView (content, selectionIndexes, sortDescriptors) whereas calling NSLog on [NSTableView exposedBindings] only displays two (rowHeight, value). Why the discrepancy? Where are those bindings really exposed?

I think some of that is still using private API. I'd suggest filing a bug and asking that it use public API to do that.

Trying to forsee some additional questions


when you create a binding for a NSTableColumn, the content binding is created automatically for you for that particular tableview... but, it doesn't set the content binding through the bind: API that you use. You need to explicitly set the

Also.. I don't think you can have multiple arraycontrollers wired to a single tableview.
_______________________________________________
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.


  • Follow-Ups:
    • Re: NSTableView and multiple NSArrayControllers
      • From: Gabriele de Simone <email@hidden>
References: 
 >NSTableView and multiple NSArrayControllers (From: Gabriele de Simone <email@hidden>)

  • Prev by Date: Re: Internet Browsers.
  • Next by Date: Re: Internet Browsers.
  • Previous by thread: NSTableView and multiple NSArrayControllers
  • Next by thread: Re: NSTableView and multiple NSArrayControllers
  • Index(es):
    • Date
    • Thread