Re: What's wrong with having multiple windows per document in only one nib?
Re: What's wrong with having multiple windows per document in only one nib?
- Subject: Re: What's wrong with having multiple windows per document in only one nib?
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 15 Aug 2005 10:01:45 +0200
On lundi, août 15, 2005, at 12:45 AM, Bill Cheeseman wrote:
[...]
- (void)makeWindowControllers {
// NSDocument automatically shows the window.
[self addWindowController:[self mainWindowController]]; // sets
main
window controller's -document accessor, if not already set
}
oK, so it looks like that when you don't add the other window
controller in this method, the window are not displayed automatically.
Good to know.
_______________________________________________
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