On Aug 12, 2008, at 10:40 PM, R T wrote:
Using Core Data, my xcdatamodel has 1 entity (NSManagedObject) with
10 attributes. I need to add and remove the objects programmatically
(not by buttons). I have...
IBOutlet NSArrayController *ParamsNResults;
IBOutlet NSTableView *ParamsNResultsTabl
Using Core Data, my xcdatamodel has 1 entity (NSManagedObject) with 10
attributes. I need to add and remove the objects programmatically (not by
buttons). I have...
IBOutlet NSArrayController *ParamsNResults;
IBOutlet NSTableView *ParamsNResultsTableView;
...and have created