Re: Setting the position of new windows

2013-03-14 Thread Steve Mills
On Mar 13, 2013, at 17:29:11, Seth Willits sli...@araelium.com 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

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 sli...@araelium.com 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

Re: Setting the position of new windows

2013-03-14 Thread dangerwillrobinsondanger
On 2013/03/15, at 0:13, Steve Mills smi...@makemusic.com wrote: On Mar 13, 2013, at 17:29:11, Seth Willits sli...@araelium.com 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

Setting the position of new windows

2013-03-13 Thread Steve Mills
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 windowDidLoad method, as was suggested somewhere. I'm able to

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 smi...@makemusic.com 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

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

Re: Setting the position of new windows

2013-03-13 Thread Steve Mills
On Mar 13, 2013, at 16:29:36, Kevin Perry kpe...@apple.com 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

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, because