Practical deleagte question
Practical deleagte question
- Subject: Practical deleagte question
- From: Famille GOUREAU-SUIGNARD <email@hidden>
- Date: Mon, 15 Apr 2002 09:16:01 +0200
Hi again, and still sorry for knowing nothing (hope it will improve one
day or another...)
In my main module/classe/interface I declare this
- (void)awakeFromNib
{
[cnxAfficheurTable setDelegate : clDelegateTableView] ;
NSLog (@"initalisation") ;
}
clDelegateTableView is my home made classe (that I have instanciated) to
be the delegate of a NSTableView I use. it is a subClass of NSObject.
When I compile I get an error message : parse error before "]"
Do I have to create or initialize my instance of clDelegateTableView ?
Thanks.
_______________________________________________
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.