Would bindings make sense ?
Would bindings make sense ?
- Subject: Would bindings make sense ?
- From: Bertrand Mansion <email@hidden>
- Date: Tue, 20 Jul 2004 13:26:35 +0200
Hi,
I have just started looking at bindings (I know, it's a bit late) and I have
been interested in the Master/Detail interface proposed by Apple in the
documentation
<
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaBindings/Tasks/
masterdetail.html>
My concern is that I don't know in advance which columns my tableview has
because this is configured by the end-user. So the form that will be used for
the detail view will be dynamically generated. And i guess I am going to use a
mutable dictionary to store the values entered by the user.
So there is a model, but it doesn't have one property per column. As this
construct is maybe not compatible with the key/value coding pattern, will it be
impossible to use bindings ?
Thanks,
--
Bertrand Mansion
Mamasam
http://www.cocoabuilder.com
_______________________________________________
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.