re: Cocoa window initially hidden in IB?
re: Cocoa window initially hidden in IB?
- Subject: re: Cocoa window initially hidden in IB?
- From: Josh Burnett <email@hidden>
- Date: Thu, 27 Oct 2005 15:41:30 -0400
If I'm understanding what you're looking for, it is indeed a simple
checkbox. When you have the window selected in IB, bring up the Info
panel, and go to the 'Attributes' section. At the bottom are a bunch
of checkboxes. The 3rd one down is 'visible at launch time,' which is
the one you want to uncheck. Now it won't show up when you launch the
program.
Josh
FROM : a.d. jensen
DATE : Thu Oct 27 02:29:42 2005
Probably a simple question that's been answered a million times, but
searching the list archives for "hidden" returns every message :-)
I have a window in a document based application that contains a
webview and I would like it to remain hidden until the page has
loaded. I have the show code in my "didFinishLoadForFrame" method,
but I can't figure out for the life of me how to tell IB to not
display the window when it is opened.
In a Carbon NIB, it's a simple selection of the appropriate check
box, so I presume it's something similar here and I just can't find it.
Thanks for the help!
dale
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden