NSController question
NSController question
- Subject: NSController question
- From: Jeff LaMarche <email@hidden>
- Date: Wed, 5 Nov 2003 14:38:08 -0500
I'm playing around with using the new controller bindings, and I've got
a pretty good grasp on what it does, but I have a question.
Let's say that I have a "model" class that holds all of the data for a
particular piece of functionality. One of the iVars in that model class
is an array of objects. Within the same window, I'd like to display
some of the non-collection iVars from the "model" class, but also
display in a table the data from the array it contains.
Can I just use the content before encoding and setContent: after
decoding to accomplish this? Is there a better way? Is there a way (a
la WebObjects) to use dot notation to link directly to children of
controlled objects?
TIA
Jeff
_______________________________________________
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.