WindowController or what?
WindowController or what?
- Subject: WindowController or what?
- From: email@hidden
- Date: Mon, 31 Dec 2001 05:25:19 +0000
Hi!
I've used the document architecture in the past with
great success, but I'm working on something a little
different, and could use a little advice.
The app has a main window that feaqtures a browser and a
content view grouped in a split view. Looks very much
like Mail.app, without the drawer. The browser parses
and displays a catalog of images from the WWW. Clicking
a row in the browser loads the corresponding image from
the web. The single-window app works great.
Now, what I'm trying to implement is an "Open image in
new viewer" function which will display the currently
selected image in an imageView in a new window. Toward
this effort, I've created an NSWindowController subclass
and I'm creating instances of it and adding them to an
array. This is only working partially... I'm running into
problems, and it seems that maybe I should be doing
something simpler...
Any advice?
Thanks in advance,
--Matt