Re: Problem with 'collapsed' property in NSSplitViewItem

2015-08-09 Thread Bill Cheeseman
Email to cocoa-dev: I found a simple solution to uncollapsing split view items no matter how they were collapsed. After I click a toggle button in my application to toggle the 'collapsed' property of the bottom split view item to true and it collapses, its 'collapsed' property is true

Re: Xcode Debugger Shows Incorrect Variable Information

2015-08-09 Thread Graham Cox
On 8 Aug 2015, at 2:59 pm, Richard Charles rcharles...@gmail.com wrote: Any ideas? Have you set the debug build to optimise the code? Any optimization tends to screw up what the debugger ‘knows’ about your code - symptoms very like what you’ve described. You need to set optimization to

Constraints across sibling stack views?

2015-08-09 Thread Seth Willits
In my OS X view, I have four popup buttons vertically stacked, each with a label on the left. The labels all have equal width as each other and are right-aligned, and the popups all have equal width as well. To manage this layout I created four horizontal stack views, one for each label-popup