Re: A Stack of Editors

2014-10-06 Thread Charles Jenkins
Keary, You made me question what I thought I knew, so I went back and changed my method returning the number of rows (views) to log its operation so I could make sure it was returning 16 as it should. And of course I found it was returning 0. What I previously didn’t know is that the table

Re: A Stack of Editors

2014-10-05 Thread Keary Suska
On Oct 4, 2014, at 8:49 PM, Charles Jenkins cejw...@gmail.com wrote: Keary, I see you’re right: NSTableViewDelegate’s tableView:heightOfRow: will be key if my stack of editors appears in a table view. I’ve been struggling all day to get a test program to call my delegate’s functions. I must

Re: A Stack of Editors

2014-10-04 Thread Keary Suska
On Oct 3, 2014, at 8:27 PM, Charles Jenkins cejw...@gmail.com wrote: What I’m trying to make is a scroll view containing a vertical stack of editors for RTF subdocuments. Each of the text views should size itself to fit the width of the scroll view, but grow vertically as much as necessary

Re: A Stack of Editors

2014-10-04 Thread John Joyce
On Oct 4, 2014, at 11:27 AM, Charles Jenkins cejw...@gmail.com wrote: I just asked a question about the NSStackView, but perhaps I’m looking at the wrong control altogether. What I’m trying to make is a scroll view containing a vertical stack of editors for RTF subdocuments. Each

Re: A Stack of Editors

2014-10-04 Thread Charles Jenkins
Thank you for responding, guys. Keary, I see you’re right: NSTableViewDelegate’s tableView:heightOfRow: will be key if my stack of editors appears in a table view. I’ve been struggling all day to get a test program to call my delegate’s functions. I must say, the table view is a very

A Stack of Editors

2014-10-03 Thread Charles Jenkins
I just asked a question about the NSStackView, but perhaps I’m looking at the wrong control altogether. What I’m trying to make is a scroll view containing a vertical stack of editors for RTF subdocuments. Each of the text views should size itself to fit the width of the scroll view