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