Re: Interface Builder and projects with variable number of windows
Re: Interface Builder and projects with variable number of windows
- Subject: Re: Interface Builder and projects with variable number of windows
- From: Andreas Mayer <email@hidden>
- Date: Wed, 28 May 2003 17:14:20 +0200
Am Mittwoch, 28.05.03 um 16:01 Uhr schrieb Markus Hanauska:
Did someone understand my question? It would be very nice if anyone
could shine a light on this issue. Thank you.
You will have to create a separate Nib file with the window in question
and load that Nib multiple times. In Objective-C you would probably use
an NSWindowController and send it
- (id)initWithWindowNibName:(NSString *)windowNibName
I do not know if that's the same in Java, though.
bye. Andreas.
_______________________________________________
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.