Re: What does this mean?
Re: What does this mean?
- Subject: Re: What does this mean?
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 9 Apr 2003 17:46:32 +0200
On mercredi, avr 9, 2003, at 16:30 Europe/Paris, Andres Ramirez wrote:
Hello and thanks again to all of you who answer my questions.
I am getting this written to the console when I run my application.
Everything seems to work, but I'm sure I should be fixing it.
I believe it happens after I add my object as a delegate during an
awakeFromNib function.
\\ ## Component Manager: attempting to find symbols in a component
alias of type (regR/carP/x!bt)
The only "weird" thing I am doing, that I have never done, is set my
custom object as a delegate. Is there a special thing I should do to
become a delegate other than ask for it, and implement the method I am
interested in?
- (void) awakeFromNib
{
printf ( "Awake from Nib \n" );
[NSApp setDelegate: self ];
}
Did you recently installed Toast ?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.