Beginner pleads for help...
Beginner pleads for help...
- Subject: Beginner pleads for help...
- From: Steve Woodward <email@hidden>
- Date: Wed, 4 Jul 2001 08:00:02 -0400
Sorry to have to ask, but this one thing has been driving me crazy. I'm
trying to learn how to create and show a second window from a "main"
window. I've looked at the ToDo example in "Learning Cocoa" as well as
the SimpleMultiWindow example. The SimpleMultiWindow really throws me
off, they subclass NSApplication instead of NSObject (which I've been
doing all along), then for the second window they subclass
NSWindowController but never instantiate it...it seems to me that the
confusion lies in the IB connections to File's owner and to the
delegate. I had hoped that you would simply create a new nib file, then
load that nib file at run time and show the window. I'm obviously
missing something rather basic here, and would be greatly appreciative
of any advice from anybody! Many thanks in advance.
Steve W