Re: NSTableView confusion

2008-10-05 Thread James Maxwell
Thanks Michael, As I suspected, IB baffled me into doing something fairly stupid... or at least absent minded. I just forgot to make a connection... I started programming in MaxMSP, so it's not like I'm unaccustomed to making connections with little cables! But I think my frustration with I

Re: NSTableView confusion

2008-10-05 Thread Michael Babin
On Oct 4, 2008, at 2:32 PM, James Maxwell wrote: But I've got an even more mysterious problem now... My preferences window (the window I was working on) will only open once!... I'm totally baffled. I can open it once per run of the app, but if I close it, then it's gone for good. Totally fr

Re: NSTableView confusion

2008-10-04 Thread James Maxwell
Thanks, Keary. I eventually found the article you linked me to and worked it out. I think I've done everything correctly, in that I am pointing the "choices" to an array of objects, and using the "name" property to display in the popup... It seems to be okay, but I won't really know until