Very simple Cocoa question
Very simple Cocoa question
- Subject: Very simple Cocoa question
- From: Doug <email@hidden>
- Date: Mon, 02 Jul 2001 16:39:58 -0700
Hello everyone! I'm new to this list. I'm trying to figure out how to make
my application make it so a certain window does not appear in the windows
menu when I open it. I noticed that to do this I need to send the message:
setExcludedFromWindowsMenu:YES to the window. I know how to send the
message, but I don't know when to send the message. I tried putting it in my
main function but the window was undefined. This is a very simple question,
but I don't understand for the life of me how to set it up. Do I have to set
up connections and my own class and instances in Interface Builder for this?
Thanks a lot,
Doug