[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: viewFortableColumn method invocation
From: |
David Chisnall |
Subject: |
Re: viewFortableColumn method invocation |
Date: |
Thu, 16 Jul 2015 14:34:11 +0100 |
On 16 Jul 2015, at 14:22, chandan bp <cbp698@gmail.com> wrote:
>
> Hi,
>
> I am implementing NSTableCellView class i.e for view based NSTableView.
> I added NSTableCellView header and implementation files.
>
> I added viewForTableColumn method in NSTableViewDelegate protocol and
> included its implementation in NSTableView.m.
>
> However on replacing objectValueForTableColumn method with
> viewForTableColumn in my custom class which is both source and delegate,
> viewForTableColumn method doesnt gets called to display data.
>
> Other delegate methods for eg shouldSelectRow gets called, but
> viewForTableColumn delegate method does not get called when displaying the
> table.
>
> Is there anything I am missing?
I believe, unless something has changed recently and I didn’t notice, GNUstep
does not yet support view-based NSTableViews, only the older cell-based
versions.
David