• 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: cocoa bindings NSTableColumn to @allKeys?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cocoa bindings NSTableColumn to @allKeys?


  • Subject: Re: cocoa bindings NSTableColumn to @allKeys?
  • From: Keary Suska <email@hidden>
  • Date: Sun, 30 Dec 2007 10:16:17 -0700
  • Thread-topic: cocoa bindings NSTableColumn to @allKeys?

on 12/30/07 12:00 AM, email@hidden purportedly said:

> I then created a table with a single table column. Making sure I
> select the table column in IB, In the 'value' binding I
>
> bind > Flickr Users,
> controller key > "selection",
> model key path > "photoLists.@allKeys"
>
> I get a "(" in the table column:
>
> http://img341.imageshack.us/img341/7998/picture1ie4.png
>
> m_photoLists is an NSMutableDictionary. Is there any reason I should
> use an array instead?

You are being told that there are multiple values for a single binding. What
you are doing is binding every row of a table column to the same multiple
value (@allKeys). I doubt this is what you want.

You want to bind the value to an array controller that is bound using the
above options.

Best,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"


_______________________________________________

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

  • Follow-Ups:
    • Re: cocoa bindings NSTableColumn to @allKeys?
      • From: "Michael Hanna" <email@hidden>
    • Re: cocoa bindings NSTableColumn to @allKeys?
      • From: mmalc crawford <email@hidden>
References: 
 >cocoa bindings NSTableColumn to @allKeys? (From: "Michael Hanna" <email@hidden>)

  • Prev by Date: Re: Bindings and object-pointer keys
  • Next by Date: Media Browser for iPhoto, iTunes, etc.
  • Previous by thread: cocoa bindings NSTableColumn to @allKeys?
  • Next by thread: Re: cocoa bindings NSTableColumn to @allKeys?
  • Index(es):
    • Date
    • Thread