Re: Multiple Nib Question

2009-01-28 Thread Michael Ash
On Wed, Jan 28, 2009 at 2:04 PM, Joseph Crawford wrote: > Hello Everyone, > > I had my project all working smooth using 1 nib file which contained my > MainMenu and my window. I have since separated them because a lot of people > suggested it. However this separation has led me to hit an issue.

Re: Multiple Nib Question

2009-01-28 Thread Jonathan Hess
- (NSString *)appSupportFolder { NSArray *paths = NSSearchPathForDirectoriesInDomains (NSApplicationSupportDirectory, NSUserDomainMask, YES); NSString *basePath = ([paths count] > 0) ? [paths objectAtIndex: 0] : NSTemporaryDirectory(); return [basePath stringByAppendingPathComponent:@"Tom

Re: Multiple Nib Question

2009-01-28 Thread jonat...@mugginsoft.com
On 28 Jan 2009, at 19:04, Joseph Crawford wrote: Hello Everyone, I had my project all working smooth using 1 nib file which contained my MainMenu and my window. I have since separated them because a lot of people suggested it. However this separation has led me to hit an issue. In my

Multiple Nib Question

2009-01-28 Thread Joseph Crawford
Hello Everyone, I had my project all working smooth using 1 nib file which contained my MainMenu and my window. I have since separated them because a lot of people suggested it. However this separation has led me to hit an issue. In my ManManu nib I have my App Delegate which then loads