Re: Updating Core Data model object with an NSButtonCell

2010-10-18 Thread Quincey Morris
On Oct 16, 2010, at 16:23, Jake wrote: > 2010-10-16 18:06:34.865 Tailr[95389:a0f] Beginng of controller toggle: 1 > 2010-10-16 18:06:34.865 Tailr[95389:a0f] Beginng of model toggle: 1 > 2010-10-16 18:06:34.866 Tailr[95389:a0f] End of model toggle: 0 > 2010-10-16 18:06:34.866 Tailr[95389:a0f] End o

Updating Core Data model object with an NSButtonCell

2010-10-18 Thread Jake
Hi everyone, I have an NSOutlineView that is backed by a NSTreeController, which is bound to a Core Data entity. One column in the outlineView is for the entity's displayName, and the other column is an NSButtonCell. There is an NSButtonCell for every row in the outlineView. When a certain row's