Newbie window controller question
Newbie window controller question
- Subject: Newbie window controller question
- From: Michael Dagate <email@hidden>
- Date: Mon, 4 Jun 2001 20:20:46 -0500
Hi,
I have an document class with a custom window controller. I want to
create documents (and their windows) programmatically and prevent Cocoa
from creating them *automatically* (e.g. at startup, etc. - I've seen
this done, but I can't find the right code sample). Also, in IB, I
unchecked the box called "Visible at launch time," but now I can't see
any document windows (even with File/New). Debug messages in
windowDidLoad indicate that they are getting created.
I'm sure this is probably a simple thing, but... :)
Thanks in advance,
Michael