gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple windows


From: Adam Fedor
Subject: Re: Multiple windows
Date: Fri, 07 Apr 2006 12:02:31 -0600

On 2006-04-07 11:39:43 -0600 Anton Kiland <address@hidden> wrote:

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:...]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]