What do you try to win by changing the attribute bind CD's back?

If you want to take it out of undo you might switch it off temporarily (e.g. 
[undoManager disableUndoRegistration], or store the undo manager in a local, 
set the context's undo to nil, and restore it - which may or may not cause 
trouble depending on whats happening in your object graph. I use GCUndoManager 
to stay away from such trouble.)

Apart from that there is

- (void)refreshObject:(NSManagedObject *)object mergeChanges:(BOOL)flag

as well as the

- (void)setPrimitiveValue:(id)value forKey:(NSString *)key

methods, depending on what you intend to achieve.

Dunno if these might help.

Am 24.07.2012 um 00:03 schrieb Sean McBride:

> Hi all,
> 
> I have a managed object where one of the attributes is quite large and so 
> when I change it, instead of the usual setAttribute:newValue I mutate the 
> object directly.  Of course, Core Data does not know that I've done this.  
> I'm looking for a way to tell it.  (Otherwise, if the thing is mutated after 
> the document is first saved, Core Data cleverly skips updating this 
> attribute.)
> 
> I've tried:
> - setAttribute:sameValue
> - will/didChangeValueForKeyPath: but that's not a sufficient 'kick'
> 
> Any other suggestions?
> 
> Thanks,
> 
> -- 
> ____________________________________________________________
> Sean McBride, B. Eng                 s...@rogue-research.com
> Rogue Research                        www.rogue-research.com 
> Mac Software Developer              Montréal, Québec, Canada
> 
> 
> 
> _______________________________________________
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/magnard%40web.de
> 
> This email sent to magn...@web.de


___ Peter Hartmann ________

mailto:hphartm...@justmail.de



_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to