Hello.
I have a window with 2 custom views, each view with their corresponding controller. Now on view one I have a list of users, this list its coming from core data, now in the list when I select one element I want in the other view show the detailed information about what the user selected, but because this are 2 independent views I dunno how to achieve this. I now if I place all in one window, I can set the selection binding and show the proper information in the proper place (ie labels, or textfields), but how to pass this NSManageObject to the other view?

I have in the other view a NSManageObject User, when I click in the list, I get the selection in the first vierw and set the User in the second view, but I dunno now how to make the bindings in this second view once I have the selection.

Any help please?

thank you very much

Gustavo


_______________________________________________

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

Reply via email to