Re: Problem with table view and bindings
Re: Problem with table view and bindings
- Subject: Re: Problem with table view and bindings
- From: Andreas Mayer <email@hidden>
- Date: Wed, 23 Jun 2004 16:37:44 +0200
Am 23.06.2004 um 14:48 schrieb Allan Odgaard:
I think the problem is that the table columns aren't using the value
bindings per se -- they also rely on the table views content binding
I suspected something like that. But the interface doesn't reflect this
- IB does not show a binding for the table view itself.
if you manually bind the content property of the table view to your
second array controller, you'll see that it is now the second column
which shows the expected result, and the first one which is screwed.
Yup.
Though I do not see a technical reason to why it should not be
possible to have it work as you expect, so if you need this behavior
I'd suggest filling an enhancement report.
May do.
For now I had to resort to use a normal data source for one column.
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.