Re: Non-editable TableView and the Evil NSEditorBinder

2008-08-03 Thread Gerriet M. Denkmann
On 3 Aug 2008, at 12:02, Ken Thomases wrote: On Aug 2, 2008, at 10:00 PM, Gerriet M. Denkmann wrote: Well, I looked at the nib again, and the only binding I can see is the value of the TableColumn bound to arrangedObjects.Values of some NSArrayController. What is the setting of the Condi

Re: Non-editable TableView and the Evil NSEditorBinder

2008-08-02 Thread Ken Thomases
On Aug 2, 2008, at 10:00 PM, Gerriet M. Denkmann wrote: Well, I looked at the nib again, and the only binding I can see is the value of the TableColumn bound to arrangedObjects.Values of some NSArrayController. What is the setting of the Conditionally Sets Editable option for that binding

Re: Non-editable TableView and the Evil NSEditorBinder

2008-08-02 Thread Gerriet M. Denkmann
On 3 Aug 2008, at 04:21, Keary Suska <[EMAIL PROTECTED]> wrote: 8/2/08 7:30 AM, also sprach [EMAIL PROTECTED]: [...] Then I tried to use an NSArrayController instead of the DataSource. But now some evil NSEditorBinder comes and makes my cells editable again. Most annoying! Well, it looks

Re: Non-editable TableView and the Evil NSEditorBinder

2008-08-02 Thread Keary Suska
8/2/08 7:30 AM, also sprach [EMAIL PROTECTED]: > I have a TableView with DataSource who's columns are set (in IB) to > Editable. > When the thing gets loaded from its nib I do for its columns: > NSTextFieldCell *aCell = [ aTableColumn dataCell ]; > [ aCell setEditable: NO ]; > [ aCell setSelectabl