Re: Bindings & popup
Re: Bindings & popup
- Subject: Re: Bindings & popup
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 28 Jul 2004 16:49:54 -0700
On Jul 28, 2004, at 4:41 PM, Todd Freese wrote:
In my TableView, I have three popup columns. Each popup has its own
NSArrayController. Is there a way to combine all three
NSArrayControllers into one?
Almost certainly not -- why do you want to?
You might put the arrays into a dictionary; you could then bind the
array controllers' contentArray to:
[File's Owner(*)].dictionaryName.arrayKey
(*) assuming the file's owner owns the dictionary.
Or if you want to specify different subsets of the same array you might
use a value transformer.
mmalc
_______________________________________________
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.