Re: TableView partial bindings

2008-07-11 Thread Scott Anguish
On Jul 11, 2008, at 11:25 PM, Ashley Perrien wrote: I have a three column table where the third column is a calculation (actually a constructed string) and the first two and simple number values. It would be nice if I could bind the first two to an ArrayController and the third just handle

Re: TableView partial bindings

2008-07-11 Thread mmalc crawford
On Jul 11, 2008, at 8:25 PM, Ashley Perrien wrote: It would be nice if I could bind the first two to an ArrayController and the third just handle manually. Possible? Yes. See To-Many Checkbox . mmalc

TableView partial bindings

2008-07-11 Thread Ashley Perrien
I have a three column table where the third column is a calculation (actually a constructed string) and the first two and simple number values. It would be nice if I could bind the first two to an ArrayController and the third just handle manually. Possible? I tried setting the table seemed