Re: Odd error when opening a nib file

2008-07-29 Thread JArod Wen
The error has mysteriously gone after I deleted all the popup buttons and re-added them onto the interface again... The wildest reason I have on this odd error may be some improper configuration on the popup button. Thanks anyway to Kyle, since at first I thought the problem should be som

Re: Odd error when opening a nib file

2008-07-29 Thread Kyle Sluder
On Tue, Jul 29, 2008 at 1:12 PM, JArod Wen <[EMAIL PROTECTED]> wrote: > Cannot create int from object of class > NSApplication Did you mistakenly create an NSApplication in the nib? --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Odd error when opening a nib file

2008-07-29 Thread JArod Wen
Hi jedis, I met an odd error when opening a nib file, using the following code: -(void)loadGraphicsController{ if (graphicsController == NULL) { graphicsController = [[GraphicsController alloc] init]; if (![NSBundle loadNibNamed:@"GraphW