Re: Best way to Change Window

2008-11-25 Thread Gordon Apple
I decided to take the easy short-term and use separate Nibs. That may cause more maintenance later, but at least it seems to work. I did have a minor issue that closing the main window first can close the document, depending on whether or not other windows for that document are open. I going

Re: Best way to Change Window

2008-11-23 Thread Iceberg-Dev
On Nov 23, 2008, at 9:44 PM, Gordon Apple wrote: What is the best way to change to a different window? I have a main window nib with a lot of controllers in it. Currently the main view is in a scrolling window. I want to live-switch between that and a borderless (optionally full scre

Best way to Change Window

2008-11-23 Thread Gordon Apple
What is the best way to change to a different window? I have a main window nib with a lot of controllers in it. Currently the main view is in a scrolling window. I want to live-switch between that and a borderless (optionally full screen) window or a resizable (non-scrolling) window. I'