On 2006-04-07 11:39:43 -0600 Anton Kiland <[EMAIL PROTECTED]> 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:...]



_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to