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];.

Regards
  Saso



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to