There are a few simple changes you might want to try with your code. First, add table columns to the table before binding them. Second, don't make the "content" binding by hand. This will be done automatically assuming you follow the first step.
So in terms of your code:
1. Remove `[table bind:@"content" toObject:controller withKeyPath:@"contentArray" options:nil];`
2. Flip the order of `[fooColumn bind:CPValueBinding toObject:controller withKeyPath:@"arrangedObjects.foo" options:nil];` and `[table addTableColumn:fooColumn];`.
Alexander
> --
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
> To post to this group, send email to objec...@googlegroups.com.
> To unsubscribe from this group, send email to objectivej+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/objectivej?hl=en.
>
> > To unsubscribe from this group, send email to objectivej+unsubscribe@googlegroups.com.