|
From: | Adam Fedor |
Subject: | Re: Multiple windows |
Date: | Fri, 07 Apr 2006 12:02:31 -0600 |
No, I haven't. I will check it out as soon as I can. Still, I need an answer to my question, though, since it will be needed for other projects. So, how to show multiple instances of the same window without using NSDocument?
Well, you could mimic the way NSDocument does it, which is to instantiate the nib file multiple times with a different owner each time.
If it's a simple window, you could just create it programatically: w1 = [[NSWindow alloc] initWithFrame:...]
[Prev in Thread] | Current Thread | [Next in Thread] |