What does this mean?
What does this mean?
- Subject: What does this mean?
- From: Andres Ramirez <email@hidden>
- Date: Wed, 09 Apr 2003 10:30:51 -0400
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 ];
}
Thanks
- Andres
Andres Ramirez
Motion Graphics and Animation
http://www.pixeldream.com
617-413-8582
_______________________________________________
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.