discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Editable NSTableViews?


From: Peter Robinson
Subject: Re: Editable NSTableViews?
Date: Sat, 19 Jun 2004 23:52:15 +0100
User-agent: MacSOUP/2.6 (Mac OS X version 10.3.4)

Fred Kiefer <fredkiefer@gmx.de> wrote:

> Peter Robinson wrote:
>
> > [...] I can't get the [NSTableView] editing UI to appear under even
> > though the same app works when I compile it under OS X.
> > 
> > The table's datasource does respond to the correct 'set' method:
> >  -tableView:setObjectValue:forTableColumn:row:
> > but it never gets called.  In fact, when I double click on an editable
> > column, my -tableView:shouldEditTableColumn:row: is called (and returns
> > YES) but nothing happens to the UI.
> > 
> > I'm using Renaissance to create the UI elements and this is correctly
> > creating NSTableColumns where -isEditable responds YES, so I don't think
> > that's the problem.

[...]

> Could you send your example code to reproduce this behaviour. I just 
> tried with my my own example NSTableView code and editing works for me.

That is encouraging.  I'd be delighted to discover that it's something
I'm doing wrong.  I'll have another look at the code on Monday and (try
to) make a stripped down example demonstrating the problem.

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]