Re: creating related objects

2009-04-05 Thread David Scheidt
On Apr 4, 2009, at 2:26 AM, Quincey Morris wrote: On Apr 3, 2009, at 09:49, David Scheidt wrote: I have an NSPersistantDocument application. In one one of my sheets to create an object, I need to have a checkbox that, if checked, will bring up the creation sheet for a related object. I

Re: creating related objects

2009-04-03 Thread Quincey Morris
On Apr 3, 2009, at 09:49, David Scheidt wrote: I have an NSPersistantDocument application. In one one of my sheets to create an object, I need to have a checkbox that, if checked, will bring up the creation sheet for a related object. I can't figure out how to do this. I rather expect th