Editing my nib for a document-based Cocoa application, I see that when I have a window or panel selected, Xcode lets me set its “initial position”:
This is separate from the window's Frame, which is above it, so what is this?
What uses the “initial position”, and what do the two pop-up menus and their possible values mean?
When I run my app and my document creates the NSWindowController for this nib (the second of two), the window appears cascaded from the main document window, rather than at the initial position. Is this because my app is document-based (i.e., the “Initial Position” would be used by a window not owned by a document), or is there some other reason?