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: Amul Goswamy <email@hidden>
- Date: Wed, 28 May 2003 09:20:06 -0700
You can find an example for this in:
/Developer/Examples/InterfaceBuilder/SimpleMultiWindow/
and the app s also available in Java:
/Developer/Examples/InterfaceBuilder/JavaSimpleMultiWindow/
On Wednesday, May 28, 2003, at 08:14 AM, Andreas Mayer wrote:
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.
Amul Goswamy
Interface Builder QA
Apple
_______________________________________________
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.