Re: An other silly PrefPane problem
Re: An other silly PrefPane problem
- Subject: Re: An other silly PrefPane problem
- From: Steve Bennett <email@hidden>
- Date: Thu, 21 Mar 2002 17:59:19 -0500
on 3/21/02 5:02 PM, Manuel Darveau at email@hidden wrote:
>
The following code does nothing:
>
>
- (void)willSelect{
>
[super willSelect];
>
[logVarious setState:NSOnState];
>
}
First, make sure the outlet is being set correctly by looking at it in the
debugger. Then, if that's okay but it still doesn't work, try it in
didSelect instead of willSelect. I've noticed a lot of weirdness in the
willXxxx functions and only use the didXxxx functions instead anymore.
-->Steve Bennett
_______________________________________________
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.