Re: Sugestions
Re: Sugestions
- Subject: Re: Sugestions
- From: Henri Lamiraux <email@hidden>
- Date: Sat, 26 May 2001 19:42:45 -0700
Put your auxiliary window in a second nib. You can use
NSWindowController to load such nib(/window) or simply call -[NSBundle
loadNibNamed:owner:] to load the nib (if you don't want to use
NSWindowController). You can load this secondary nib as many time as you
want to create as many secondary windows as you need.
The developer CD update that was distributed at the WWDC and will I sure
be made available soon to everybody else has a new example
(MultiSimpleWindow) that shows how to load a secondary window using
NSWindowController.
On Saturday, May 26, 2001, at 04:33 PM, Guilherme Barile wrote:
>
I will have more than one auxiliary window, so, is there any way to
>
load more than one copy of the same object (in this case, the window) ?
>
Any examples on how to do that ? Do I have to have a separate nib file
>
for the window that repeats ?
Henri Lamiraux
Engineering Manager
User Interface Tools Group
Apple
References: | |
| >Sugestions (From: Guilherme Barile <email@hidden>) |