NSSplitView parallel motion

2014-11-08 Thread Luther Baker
Is there a "conventional way" to implement parallel divider bar motion in an NSSplitView? While resizing a window, I get the general behavior I want by setting the holding properties of 3 view split view to 200, 250, 100 respectfully. While randomly resizing the view, the 3rd view collapses first,

Re: NSSplitView divider position

2014-11-08 Thread Luther Baker
Thanks Ken. On Sat, Nov 8, 2014 at 9:02 AM, Ken Thomases wrote: > On Nov 8, 2014, at 8:19 AM, Luther Baker wrote: > > > Is there a direct way to determine the positions of the dividers in > > NSSplitView. > > No. > > > If not, are most people calculating this by adding the widths of all the > >

Re: NSSplitView divider position

2014-11-08 Thread Ken Thomases
On Nov 8, 2014, at 8:19 AM, Luther Baker wrote: > Is there a direct way to determine the positions of the dividers in > NSSplitView. No. > If not, are most people calculating this by adding the widths of all the > "visible" child/container views to the left of the divider index? (I've > noticed

NSSplitView divider position

2014-11-08 Thread Luther Baker
Is there a direct way to determine the positions of the dividers in NSSplitView. I'm implementing splitView:additionalEffectiveRectOfDividerAtIndex: and would like to create a rect relative to the current position of the divider. If not, are most people calculating this by adding the widths