kanban board, story map

2014-10-04 Thread Luther Baker
Hi, I'm an iOS developer exploring/fairly new to desktop development - and I'd like to implement something like a kanban board as a desktop application. A kanban board is essentially a set of columns and swimlanes - and at a minimum, requires the ability to add cards to columns as well as the

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 of

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