Re: Programmatic removal of an object..

2008-08-13 Thread Ron Lue-Sang
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

Programmatic removal of an object..

2008-08-13 Thread R T
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