Here's what I'm trying to create:
- Application without a document open is a single window with a menu bar.
- The first document replaces that window.
- Subsequence documents open an entirely new window.
- The program doesn't close until all windows are closed.
- On Mac OS X, the behavior is much the same, except I don't want to see an empty window. Instead, I just have the menu bar. Also, closing the last window wouldn't close the program.
What's the general approach for this kind of application?
Bookmarks