Using one NSWindow to open many NSWindows?
Using one NSWindow to open many NSWindows?
- Subject: Using one NSWindow to open many NSWindows?
- From: Gore <email@hidden>
- Date: Sun, 27 Jan 2002 15:54:50 +0200
I want to create my own alert panel, but the content of my alert panel
should be different depending on the message I want to be shown, that's
why I can't use one NSWindow instance because it will display the latest
message on every alert panel...so how do I display many nswindows with
different messages using one "template"? should I use some bundle
things...or something like that?