I have an array of objects. The main application loads the objects via Core Data. The controller is in the main NIB. Now I have a separate NIB for the preferences. In this this NIB I have a NSTableColumn I want to bind to the controller for the objects. But the controller for the objects is in the main NIB and I cannot bind to it from inside the preferences NIB.

I assume it's not OK to create a second controller in the preferences NIB bound to the same managedObjectContext. Just having the controller in the preferences NIB doesn't work either as the main application also needs access.

How would you solve this?

Could I maybe establish the binding manually when I load the NIB?

cheers
--
Torsten

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to