Re: User defaults not setting...
Re: User defaults not setting...
- Subject: Re: User defaults not setting...
- From: Larry Fransson <email@hidden>
- Date: Thu, 6 May 2004 16:27:16 -0700
On May 6, 2004, at 13:57, email@hidden wrote:
this code is in the rules controller
- (void) awakeFromNib;
{
[self restoreDefaults];
}
- (void) restoreDefaults;
{
...
}
it never gets called? whats up?
Let's start with the obvious: Does this code belong to an object that
has been instantiated in IB? That's the first thing that comes to mind
when -awakeFromNib doesn't get called.
Larry Fransson
Seattle, WA
_______________________________________________
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.