Re: Completely baffled by NSTabViewController + Autolayout (OS X bug)

2015-08-25 Thread Bill Cheeseman
> On Aug 25, 2015, at 11:23 AM, Seth Willits wrote: > > DTS say it's un-workaroundable bug in Yosemite and El Cap because > "NSTabViewController does not work well with autolayout". I filed a Radar. If > you have any desire to ever use NSTabViewController, I suggest you do the > same. I've sp

Re: Completely baffled by NSTabViewController + Autolayout (OS X bug)

2015-08-25 Thread Seth Willits
> On Aug 17, 2015, at 9:13 PM, Seth Willits wrote: > > The goal of this project as is, is simple: using an NSTabViewController, add > multiple tab view items where each of the items has a view with its own > autolayout-determined fixed size (as in, either an intrinsic content size, or > the co

Re: Completely baffled by NSTabViewController + Autolayout

2015-08-17 Thread Michael David Crawford
> I am missing something big, because I am having nothing but insane trouble > when trying to get a simple tab view working with autolayout. Every path I > head down > has strange problems. I've tried slimming it down to the smallest test > project and > I'm still confused. That's because you're

Completely baffled by NSTabViewController + Autolayout

2015-08-17 Thread Seth Willits
I am missing something big, because I am having nothing but insane trouble when trying to get a simple tab view working with autolayout. Every path I head down has strange problems. I've tried slimming it down to the smallest test project and I'm still confused. The problems I'm seeing are rand