NSTableview datasource and NSPopupButtonCell

2008-07-24 Thread HAMILTON, Steven
Hi Folks, I have a NSTableview with a datasource consisting of an NSArray of dictionaries. One column in my table has an NSPopupbuttonCell. The content and contentValues are bound to a Core Data "Account" object. I use a "name" property as my contentValue. I'm having trouble changing

NSTableview Datasource and NSPopupbuttonCell

2008-07-26 Thread Steven Hamilton
Hi Folks, I have a NSTableview with a datasource consisting of an NSArray of dictionaries. One column in my table has an NSPopupbuttonCell. The content and contentValues are bound to a Core Data "Account" object. I use a "name" property as my contentValue. I'm having trouble changing the

Re: NSTableview Datasource and NSPopupbuttonCell

2008-07-28 Thread Matt Neuburg
On Thu, 24 Jul 2008 21:50:31 +1000, Steven Hamilton <[EMAIL PROTECTED]> said: >Hi Folks, > >I have a NSTableview with a datasource consisting of an NSArray of >dictionaries. One column in my table has an NSPopupbuttonCell. The >content and contentValues are bound to a Core Data "Account" object. I