Re: NSTableView row heights with auto layout and bindings

2015-07-01 Thread Jonathan Guy
> On 1 Jul 2015, at 09:37, Ken Thomases wrote: > > On Jun 30, 2015, at 11:56 AM, Jonathan Guy wrote: > >> Im trying to fix a problem with dynamic row heights with auto layout and >> bindings which was working fine in an older build of Xcode but which now no >> longer works. So my new attempt

Re: NSTableView row heights with auto layout and bindings

2015-07-01 Thread Ken Thomases
On Jun 30, 2015, at 11:56 AM, Jonathan Guy wrote: > Im trying to fix a problem with dynamic row heights with auto layout and > bindings which was working fine in an older build of Xcode but which now no > longer works. So my new attempt for the most part works but about 30% of my > row heights

NSTableView row heights with auto layout and bindings

2015-06-30 Thread Jonathan Guy
Hi Im trying to fix a problem with dynamic row heights with auto layout and bindings which was working fine in an older build of Xcode but which now no longer works. So my new attempt for the most part works but about 30% of my row heights are not correctly calculated. Basically I create a refer