Re: Design question, which controller class to use

2008-07-21 Thread Ken Thomases
On Jul 20, 2008, at 10:24 PM, Jens Alfke wrote: On 20 Jul '08, at 8:05 PM, James W. Walker wrote: Since there is a window (which has a title that depends on the data) I thought I should use a subclass of NSWindowController. On the other hand, there is an array being displayed in a table, a

Re: Design question, which controller class to use

2008-07-21 Thread Hamish Allan
On Mon, Jul 21, 2008 at 4:05 AM, James W. Walker <[EMAIL PROTECTED]> wrote: > I have these windows, each of which has a table displaying data from an > array of dictionaries. The data is never stored on disk, so I don't think > of these windows as "documents". In addition to what Jens said: If t

Re: Design question, which controller class to use

2008-07-20 Thread Jens Alfke
On 20 Jul '08, at 8:05 PM, James W. Walker wrote: Since there is a window (which has a title that depends on the data) I thought I should use a subclass of NSWindowController. On the other hand, there is an array being displayed in a table, and I gather that's easier to set up using bindi