Skip navigation.
 
mlRe: cocoa bindings NSTableColumn to @allKeys?
FROM : Michael Hanna
DATE : Mon Dec 31 07:19:05 2007

Sorry, I didn't get your reply until now.

So, yes I did manage to get this working..

NSArrayController
bind > Flickr Users
controller key > selection
model key path > photoLists.@allKeys  // *had* to have the @ in there
for it to 'work'

--deleted all the bogus keys in the Flickr Photo Lists NSArrayController

NSTableColumn
bind > Flickr Photo Lists
controller key > arrangedObjects
model key path > <blank>  // can leave this blank because IB couldn't
autocomplete this field due to lack of keys


Thanks guys!!

Michael

On Dec 30, 2007 6:19 PM, mmalc crawford <<email_removed>> wrote:
>
> On Dec 30, 2007, at 6:12 PM, Michael Hanna wrote:
>
> > do I need to enter a model key path? after all -allKeys returns
> > NSStrings doesn't it? I can't leave the field empty and I consistently
> > get the runtime error:
>
> Umm, I addressed that in my reply.
>
> mmalc
>
>

Related mailsAuthorDate
mlcocoa bindings NSTableColumn to @allKeys? Michael Hanna Dec 30, 08:00
mlRe: cocoa bindings NSTableColumn to @allKeys? Keary Suska Dec 30, 18:16
mlRe: cocoa bindings NSTableColumn to @allKeys? mmalc crawford Dec 30, 19:53
mlRe: cocoa bindings NSTableColumn to @allKeys? mmalc crawford Dec 30, 20:13
mlRe: cocoa bindings NSTableColumn to @allKeys? Michael Hanna Dec 31, 03:12
mlRe: cocoa bindings NSTableColumn to @allKeys? Michael Hanna Dec 31, 07:19
mlRe: cocoa bindings NSTableColumn to @allKeys? Michael Hanna Dec 31, 08:08
mlRe: cocoa bindings NSTableColumn to @allKeys? mmalc crawford Dec 31, 08:10
mlRe: cocoa bindings NSTableColumn to @allKeys? mmalc crawford Dec 31, 10:41
mlRe: cocoa bindings NSTableColumn to @allKeys? Michael Hanna Jan 1, 19:19
mlRe: cocoa bindings NSTableColumn to @allKeys? mmalc crawford Jan 1, 20:33