[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTableView and data cell formatter
From: |
Fred Kiefer |
Subject: |
Re: NSTableView and data cell formatter |
Date: |
Fri, 20 Feb 2015 15:18:14 +0100 |
What you could do now is run TalkSoup in gdb and set a breakpoint on the
description method of the class Channel, you may need to define that method, if
it doesn't exist. As soon as the code hits your breakpoint, get the stack trace
and report back.
Fred
PS: Could you please avoid sending two copies of each mail? I am already on the
mailing list.
On the road
Am 20.02.2015 um 00:01 schrieb Riccardo Mottola <riccardo.mottola@libero.it>:
> Fred Kiefer wrote:
>> I did not look into the code here, but have a strong feeling what might go
>> on here. Most likely your cells are editable, or at least selectable. And
>> when they get selected, a different formatting method gets called that your
>> specific formatter did not override. This may be
>> editingStringForObjectValue:, but I am not sure. If the same code behaves
>> correctly on Cocoa, we might have to look into the fallback code of
>> NSFormatter.
> I was able to get a rough TalkSoup running on Mac! It is not for release, but
> I get the main window working, DNS and channel join, enough to get the user
> list and on the Mac it works. I can select, double-click, scroll the user
> list, it displays fine.
> So indeed it appears a GS bug.
>
> Riccardo
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
- NSTableView and data cell formatter, Riccardo Mottola, 2015/02/18
- Re: NSTableView and data cell formatter, Fred Kiefer, 2015/02/19
- Re: NSTableView and data cell formatter, Riccardo Mottola, 2015/02/19
- Re: NSTableView and data cell formatter, Riccardo Mottola, 2015/02/19
- Re: NSTableView and data cell formatter,
Fred Kiefer <=
- Re: NSTableView and data cell formatter, Riccardo Mottola, 2015/02/20
- Re: NSTableView and data cell formatter, Fred Kiefer, 2015/02/20
- Re: NSTableView and data cell formatter, Riccardo Mottola, 2015/02/21
- Re: NSTableView and data cell formatter, Fred Kiefer, 2015/02/21
- Re: NSTableView and data cell formatter, Matt Rice, 2015/02/21