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 an object in the tableview with...

[ParamsNResults newObject];

                  ...but I can not remove it.

my questions:
1.   Have I created the object correctly/completely?
2.   How do I remove the object?
3.   Can I remove all the objects at once?

Thanks
Rick Tschudin
[EMAIL PROTECTED]


been able to put objects into
Removing all the objects at once is the first thing I need to do


      
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to