Hi Paul > I have two programs. The first one (Setup) creates a file that the > second one (Main) reads to initialize an array. > > I want to use the Data Modeler and Core Data. > > Setup is a Core Data Command Line Tool while Main is a Cocoa > document-based application that also uses Core Data. > > In Main's applicationDidFinishLaunching: I want to initialize an array > by reading the .mom and .sqlite file from Main's Resource folder. > > Can I still use Interface Builder to define the bindings in this case > or must I do it all programmatically?
Certainly you can use IB. Simply copy the model file and associated code to the second project. Joanna -- Joanna Carter Carter Consulting _______________________________________________ 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]
