> Martin, you should also have a look at how it's done in Apple's > DepartmentAndEmployees sample project. > > http://developer.apple.com/mac/library/samplecode/DepartmentAndEmployees/listing13.html
Yes, I looked into this one. Actually, this sample is what made me realize that you could bind managed object directly in the GUI. That said, the situation in this sample project is quite different. When they add an object, they actually add an empty object in an array controller. The user can then "fill" the object by editing its properties in the table view. In my case, I want to create the object only when its properties are properly set in the GUI. I guess I'll have to follow Kyle's indication! Regards, Martin Cote _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
