Re: Further NSWindow and NSWindowController problems
Re: Further NSWindow and NSWindowController problems
- Subject: Re: Further NSWindow and NSWindowController problems
- From: Rob Rix <email@hidden>
- Date: Tue, 19 Jun 2001 23:30:49 -0400
I'm not sure what would cause your window to disappear immediately after
opening. Do you have any delegate code that might order out the window
in response to some notification?
No. I don't even have a delegate set, I don't think. I'll double check
that, though.
Most of those flags you can set for the window in IB correspond to
methods in NSWindow. For example, setting the OneShot attribute causes
-[NSWindow setOneShot:YES] to be called, and setting the Deferred
attribute causes YES to be passed for the "defer" parameter in the window
initializer. You can find documentation for these methods in NSWindow,
although I am going to (preemptively) agree that it would be nice to have
them documented under IB itself.
Ah, yes! Of course. Thank you.
-- Rob
If there's anything more important than my ego around, I want it caught
and shot now. - Zaphod