Re: How does one build a simple nib file to control a window?
Re: How does one build a simple nib file to control a window?
- Subject: Re: How does one build a simple nib file to control a window?
- From: Scott Ribe <email@hidden>
- Date: Sat, 13 Oct 2007 08:51:51 -0600
- Thread-topic: How does one build a simple nib file to control a window?
> 1. Set the file's owner to your NSWindowController subclass, which
> you can do by setting the file's owner's custom object setting (using
> the info panel) to the name of your NSWindowController subclass.
> 2. Delete the NSWindowController subclass you instantiated.
> 3. Connect the window to the NSWindowController subclass' "window"
> outlet.
4. Make sure the file's owner is connected to the window's "delegate"
outlet.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden