Re: Using one NSWindow to open many NSWindows?
Re: Using one NSWindow to open many NSWindows?
- Subject: Re: Using one NSWindow to open many NSWindows?
- From: Bob Savage <email@hidden>
- Date: Sun, 27 Jan 2002 12:07:13 -0600
on 1/27/02 7:54 AM, Gore wrote:
>
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?
You can change the contents of a window or an alert panel very easily. I
would recommend picking up one of the two books that are out now on leaning
Cocoa. They will both show you how to do this sort of thing.
Bob