Re: Non window nibs?
Re: Non window nibs?
- Subject: Re: Non window nibs?
- From: Esteban Uribe <email@hidden>
- Date: Mon, 21 Apr 2003 14:21:45 -0700
Hi,
On Monday, April 21, 2003, at 02:06PM, Yang, Liu <email@hidden> wrote:
>
Can you use IB to lay out your components into a container that is not a
>
window? If you can save that layout into a nib and embed this nib into other
>
window nibs that would be great. Does any one know how to do it?
Yes create a new nib and drag a custom view into the nib's window, open up this NSView and add items as necessary.
You'll have to embed the this custom view nib into a window with code though.
See NSView and NSWindow for relevant methods to do this.
-Esteban
_______________________________________________
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.