10.7 Auto Layout re-sizing question

2012-02-23 Thread Jonathan Waddilove
In the past I have managed to add a NSViewController's view to a subView of my window controller, usually something like viewController = [[RemindersViewController alloc] initWithNibName:@"RemindersViewController" bundle:nil]; self.window.contentView = viewController.view; [[viewCont

Re: Core Data and the Document Dirty indicator

2008-04-12 Thread Jonathan Waddilove
Exactly what I needed! Thank you, that has fixed my problem. I wish the Conceptual documents could be made available in a book :) Jonathan On 11 Apr 2008, at 20:07, mmalc crawford wrote: On Apr 11, 2008, at 11:26 AM, Jonathan Waddilove wrote: Could some kind reader point me in the right

Re: Core Data and the Document Dirty indicator

2008-04-12 Thread Jonathan Waddilove
Thank you, I hadn't thought of it as an UndoManger issue! Jonathan On 11 Apr 2008, at 19:41, I. Savant wrote: When a Core Data document is opened initialization adds an entity for the basic 'All' smart group. This object is assigned to an in memory store (rather than to the persistent documen

Core Data and the Document Dirty indicator

2008-04-11 Thread Jonathan Waddilove
I have a Core Data app (Document based) which holds three different entity types. One of the entity types is used to track details of 'Smart Groups'. I now have most of the basic application working. However I do have one issue I can't track down. When a Core Data document is opened initi