Re: ViewControllers and window nibs

2009-05-08 Thread David Scheidt
On May 6, 2009, at 3:44 PM, David Scheidt wrote: I've got a Core Data app, using the NSPersistantDocument stuff. There are three basic entity types. There is one, which I'll call MainEntity, which has optional to-many relationships with the other two, which I'll call A and B. In my main

Re: ViewControllers and window nibs

2009-05-08 Thread Kyle Sluder
On Fri, May 8, 2009 at 5:51 AM, Derek Chesterfield wrote: > I have a *vaguely* similar question: In IB, is it possible to connect an > object in one NIB to an outlet in another NIB? Dragging a connection in IB > across NIBs doesn't seem to work, so I suspect it is not possible?? No, it's not. >

Re: ViewControllers and window nibs

2009-05-08 Thread Derek Chesterfield
On 6 May 2009, at 21:01, jonat...@mugginsoft.com wrote: See the following for hints on binding across nibs. http://homepage.mac.com/mmalc/CocoaExamples/controllers.html I have a *vaguely* similar question: In IB, is it possible to connect an object in one NIB to an outlet in another NIB? Dr

Re: ViewControllers and window nibs

2009-05-06 Thread jonat...@mugginsoft.com
On 6 May 2009, at 20:44, David Scheidt wrote: I've got a Core Data app, using the NSPersistantDocument stuff. There are three basic entity types. There is one, which I'll call MainEntity, which has optional to-many relationships with the other two, which I'll call A and B. In my main wi

ViewControllers and window nibs

2009-05-06 Thread David Scheidt
I've got a Core Data app, using the NSPersistantDocument stuff. There are three basic entity types. There is one, which I'll call MainEntity, which has optional to-many relationships with the other two, which I'll call A and B. In my main window, I have a TableView, which has its columns