• 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: View based outline view and custom NSTableCellViews
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: View based outline view and custom NSTableCellViews


  • Subject: Re: View based outline view and custom NSTableCellViews
  • From: Jean Suisse <email@hidden>
  • Date: Fri, 07 Sep 2012 17:12:21 +0200

Hi,

Thank you for your reply.
Yes, I have been thinking for a long time that I should take a really good look to bindings. I should invest some time in it.
Thank you for your help.

Cheers,
Jean


On 7 sept. 2012, at 11:00, Uli Kusterer wrote:

> Jean,
>
> I think your problem isn't the table, but that you're mixing up bindings and outlets. To connect an outlet, simply Control-Drag and hook it up. Use the little icons at the top of the inspector pane to switch to "Connections Inspector", which shows the list of all outlets, actions, bindings etc. and see it worked.
>
> They're all connections, but the stuff in the Bindings Inspector that you are describing is not for IBOutlets. Outlets are specific object properties that point to objects in your XIB. Bindings are relationships that pass values between an object in your XIB and a (pretty much arbitrary) property of the object you bind to.
>
> Now the object you bind to *can* be another object in your XIB, but it can also be the application, or the user defaults singleton, or an object referenced by one of the objects in your XIB (like the current selected object in your table view).
>
> I know this stuff is similar, you'll just have to learn more about these two things to know how to tell them apart.
>
> Cheers,
> -- Uli Kusterer
> "The Witnesses of TeachText are everywhere..."
> http://www.masters-of-the-void.com
>


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >View based outline view and custom NSTableCellViews (From: Jean Suisse <email@hidden>)
 >Re: View based outline view and custom NSTableCellViews (From: Seth Willits <email@hidden>)
 >Re: View based outline view and custom NSTableCellViews (From: Jean Suisse <email@hidden>)
 >Re: View based outline view and custom NSTableCellViews (From: Uli Kusterer <email@hidden>)

  • Prev by Date: Re: iOS popovers - View lifecycle.
  • Next by Date: Re: iOS popovers - View lifecycle.
  • Previous by thread: Re: View based outline view and custom NSTableCellViews
  • Next by thread: Cocoa/Xcode/Graph Tutorial Movie
  • Index(es):
    • Date
    • Thread