Re: Autolayout error with NSSplitView When Divider Programmatically Moved

2013-11-10 Thread Darren Wheatley
Hi, After your reply I went back to the code and picked through everything again step by step. Looking into it I found I still had the base SDK set to 10.8 on one of the projects in the workspace. I fixed that, and manually wiped the Derived Data folder, and now it works fine. No code chan

Re: Autolayout error with NSSplitView When Divider Programmatically Moved

2013-11-09 Thread Kyle Sluder
> On Nov 9, 2013, at 4:04 PM, Darren Wheatley > wrote: > > I have a 10.7 app built on 10.9. I'm debugging on 10.9. > > My main view has a splitView with two panes: a webview in one, and an > NSScrollView in the other. > > When the app starts I programmatically move the divider to the right to

Autolayout error with NSSplitView When Divider Programmatically Moved

2013-11-09 Thread Darren Wheatley
I have a 10.7 app built on 10.9. I'm debugging on 10.9. My main view has a splitView with two panes: a webview in one, and an NSScrollView in the other. When the app starts I programmatically move the divider to the right to hide the right-hand pane and the enclosed NSScrollView. When this hap