bug-gnustep
[Top][All Lists]
Advanced

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

Re: NSAttributedString in table data cells


From: Fred Kiefer
Subject: Re: NSAttributedString in table data cells
Date: Wed, 20 Jul 2005 21:44:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

Hi Saso,

Sašo Kiselkov wrote:
> I found that when my code returns an NSAttributedString as the value for a 
> table
> data cell it doesn't display it as an attributed string, but instead by 
> sending
> it "description" (which obviously isn't right, is it?). The problem is in the
> code of NSCell's "-setObjectValue:" which doesn't know about attributed
> strings. I'd recommend adding a test case there which, if passed an
> NSAttributedString, invokes [self setAttributedStringValue: object];.
> 

is this the behaviour on Cocoa? The change you suggest seems sensible to
me (and rather simple to implement), but I would like to be sure we do
the same as Apple here.

Fred




reply via email to

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