Re: Core Data - fresh data for text field not connected to array controller

2008-12-26 Thread Steve Steinitz
Hi mmalc, Thanks for your reply. I've answered your questions below. On 26/12/08, mmalc Crawford wrote: However, I have one entity that has only one record (for user preferences). I fetch the record fresh into its very own managedObjectContext for each access -- and even resetting the mana

Re: Core Data - fresh data for text field not connected to array controller

2008-12-26 Thread mmalc Crawford
On Dec 26, 2008, at 9:48 PM, Steve Steinitz wrote: However, I have one entity that has only one record (for user preferences). I fetch the record fresh into its very own managedObjectContext for each access -- and even resetting the managedObjectContext. That direct binding, bypassing an

Core Data - fresh data for text field not connected to array controller

2008-12-26 Thread Steve Steinitz
Hello, I'm using core data (sqlite) in a multi-user environment. With a little tweaking, each machine now has fresh data when it counts -- at least when I bind text fields (etc) to array controllers of managed objects -- the KVO seems to work almost by magic. However, I have one entity tha