Re: How to hide new objects in a NSTableView?
Re: How to hide new objects in a NSTableView?
- Subject: Re: How to hide new objects in a NSTableView?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 23 Mar 2010 11:37:08 -0700
On Tue, Mar 23, 2010 at 11:27 AM, Joanna Carter
<email@hidden> wrote:
> In the end, I had to use the same MOC for the "new object" sheet that I used for the main browsing form.
This isn't the recommended approach. It's recommended that you use a
scratch MOC for your data entry sheet, so that the object insertion is
seen as an atomic operation in the main MOC.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden