No, an outlet is a single variable that can point to only one object at a time. (You can't use NSArrays as outlet values.) you'll need multiple outlets, or one view you move between two superviews.
--Jens {via iPad} On Apr 3, 2010, at 4:22 PM, Jenny M <safflo...@gmail.com> wrote: > Is it possible to link multiple NSTextFields to one outlet? I have > three views - one of A items, one of B items, and one of both A and B > items. So the text boxes in the A view also exists in the A&B view, > and the value needs to be able to appear in both, though not at the > same time. I have a method that calculates values and sets the textbox > values (or label values, same concept) using an outlet, but I don't > want it to set 2 outlets, I want it to just set 1. > > Is this possible using outlets or bindings?? > > Or is there a way I can place two NSViews into one NSView so there's > only one copy of everything? > > Thanks... > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/jens%40mooseyard.com > > This email sent to j...@mooseyard.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com