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
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
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
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