Re: accessing view in a nib
Re: accessing view in a nib
- Subject: Re: accessing view in a nib
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 24 Jul 2003 09:38:54 -0700
On Wednesday, July 23, 2003, at 11:05 PM, Francisco Tolmasky wrote:
Ok, so I'm trying to implement a more modularized preference system,
and I'd like to have each little preference pane in its own nib, so as
to not need to load them all at once or whatever.
I'd recommend using OmniAppKit to do this; its OAPreferenceClient and
OAPreferenceController classes will do what you want to do. I'm using
them in one project and they work great as a modularized preference
system.
<
http://www.omnigroup.com/developer/sourcecode/>
Also, how can I tell when the nib is loaded and thus ready to be shown
in the preferences thing. Just awakeFromNibbing some flag or
something?
-awakeFromNib is the method you want here.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
Famous last words: "OK, I've pulled the pin. Now what? Where are you
going?"
_______________________________________________
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.