Re: An other silly PrefPane problem
Re: An other silly PrefPane problem
- Subject: Re: An other silly PrefPane problem
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 21 Mar 2002 22:23:05 +0000
On Thursday, March 21, 2002, at 10:02 PM, Manuel Darveau wrote:
But this does not end the problem. I cannot even set the correct state
of
the checkbox (according to the preference file) during the load!
The following code does nothing:
- (void)willSelect{
[super willSelect];
[logVarious setState:NSOnState];
}
Are you sure your outlet is properly connected in IB? It works fine for
me.
-- Finlay
_______________________________________________
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.