Re: Initial window position set to Auto gives warning

2015-08-10 Thread Carl Hoefs
On Aug 10, 2015, at 9:06 AM, Kyle Sluder k...@ksluder.com wrote: On Tue, Jul 21, 2015, at 11:10 PM, Carl Hoefs wrote: Xcode 6.4, OS X 10.10.4 In my MainMenu.xib, my app's main window size is causing Xcode to generate a warning: Unsupported Configuration The initial position of this

Re: Initial window position set to Auto gives warning

2015-08-10 Thread dangerwillrobinsondanger
That inspector doesn't really help take into account actual displays or user configured display modes at run time. You should consider satisfying it to a point, but really handle it in code based on the actual display your window appears on. ___ Do

Re: Initial window position set to Auto gives warning

2015-08-10 Thread Carl Hoefs
On Aug 10, 2015, at 3:32 PM, Sean McBride s...@rogue-research.com wrote: On Tue, 21 Jul 2015 21:10:49 -0700, Carl Hoefs said: In my MainMenu.xib, my app's main window size is causing Xcode to generate a warning: Unsupported Configuration The initial position of this window is outside