Re: Duplicate Nib Windows
Re: Duplicate Nib Windows
- Subject: Re: Duplicate Nib Windows
- From: Anish Kumar <email@hidden>
- Date: Wed, 16 Mar 2005 09:42:14 +0530
place the window which you want to duplicate into an seperate nib file
and make the file owner of the nib as a sub-class of NSWindowController
and use NSWindowController''s "initWithWindowNibName" to load the nib
file as often as you want.
Hope this helps.
regards,
Anish
email@hidden wrote:
Message: 2
Date: Tue, 15 Mar 2005 01:48:59 -0800
From: SD <email@hidden>
Subject: Duplicate Nib Windows
To: email@hidden
Message-ID: <p05200f00be5c5f8fa430@[172.16.32.180]>
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
Hello,
I'm developing a new application and I'd like to create a window in
IB and then have my application make multiple instance of that window.
Each window will have the same functionality but represent a
connection to a difference resource.
What's the best way or how do I do this?
Thanx in advance.
SD.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden