Re: Setting the position of new windows

2013-03-14 Thread dangerwillrobinsondanger
On 2013/03/15, at 0:13, Steve Mills wrote: > On Mar 13, 2013, at 17:29:11, Seth Willits wrote: > >> On Mar 13, 2013, at 2:38 PM, Steve Mills wrote: >> >>> That's an idea. I was hoping there was some way to say "this is the frame >>> for the first new window, but all others should respect i

Re: Setting the position of new windows

2013-03-14 Thread Seth Willits
On Mar 14, 2013, at 8:13 AM, Steve Mills wrote: > On Mar 13, 2013, at 17:29:11, Seth Willits wrote: > >> On Mar 13, 2013, at 2:38 PM, Steve Mills wrote: >> >>> That's an idea. I was hoping there was some way to say "this is the frame >>> for the first new window, but all others should respe

Re: Setting the position of new windows

2013-03-14 Thread Steve Mills
On Mar 13, 2013, at 17:29:11, Seth Willits wrote: > On Mar 13, 2013, at 2:38 PM, Steve Mills wrote: > >> That's an idea. I was hoping there was some way to say "this is the frame >> for the first new window, but all others should respect it AND then go ahead >> and cascade down from there," be

Re: Setting the position of new windows

2013-03-13 Thread Seth Willits
On Mar 13, 2013, at 2:38 PM, Steve Mills wrote: >> I think you want to use -setShouldCascadeWindows:NO. > > That's an idea. I was hoping there was some way to say "this is the frame for > the first new window, but all others should respect it AND then go ahead and > cascade down from there," be

Re: Setting the position of new windows

2013-03-13 Thread Steve Mills
On Mar 13, 2013, at 16:29:36, Kevin Perry wrote: > I think you want to use -setShouldCascadeWindows:NO. That's an idea. I was hoping there was some way to say "this is the frame for the first new window, but all others should respect it AND then go ahead and cascade down from there," because I

Re: Setting the position of new windows

2013-03-13 Thread Seth Willits
On Mar 13, 2013, at 2:20 PM, Steve Mills wrote: > I've spent most of the day researching and coding this, but still don't have > it perfect. I need to position our new document windows so they aren't > covered by palettes that might be visible. I've done this in my window > controller's windowD

Re: Setting the position of new windows

2013-03-13 Thread Kevin Perry
I think you want to use -setShouldCascadeWindows:NO. On Mar 13, 2013, at 2:20 PM, Steve Mills wrote: > I've spent most of the day researching and coding this, but still don't have > it perfect. I need to position our new document windows so they aren't > covered by palettes that might be visib