discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Trouble with tables...


From: Fred Kiefer
Subject: Re: Trouble with tables...
Date: Mon, 21 Jun 2004 18:59:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114

Matthew Weinstein wrote:

I'm having heaps of trouble with NSTableView.

I just recently started to clean up NSTableView. So you should expect some of the trouble to go away. But the best way to participate in this is to send detailed bug reports, including example code to reproduce the problem and explaination of the behaviour on MacOSX, to Savannah (http://savannah.gnu.org/projects/gnustep/). This is how we keep track of the open bugs.

1. I've already mentioned that selecting multiple rows, especially if they're not adjacent, seems to return the wrong answer.

The should be fixed by a patch I made today on NSIndexSet.

2. Is there some way to programatically change table column headers? The cocoa way seems to have no effect...

Could you explain this, perhaps with sample code?
[[testColumn headerCell] setStringValue: @"title"] seems to work for me, but than I never tried to change it later on.


3. How do I deselect all selected rows? Again the cocoa way seems to do nothing. :-(


Are you implying that [deselectAll:] wont work? Sorry, but not having a Mac (I am thinking about buying one, just to better understand all these bug reports) I don't know that the "cocoa way" is.

Fred




reply via email to

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