On Mon, 31 Jul 2000 16:00:53 -0300, [EMAIL PROTECTED] wrote:
> Hi.
>
> The string generated from a NSColor by -string is not always compatible
> for using with +colorFromString:
> The description string has quotes around it, that are not understood
> by the sscanf in colorFromString.
> taking the \" out of
>
> [NSString stringWithFormat: @"\"%f %f %f\"",
> RGB_component.red, RGB_component.green, RGB_component.blue]
>
> in NSColor.m solves the problem.
Thanks - I made that fix to the code.
> Another problem I'm having with GNUstep from CVS as of friday is that
> GDNC gives "bad data recieived on port handle" and the application dies
> (It's when NSApplication tries to contact the workspace to tell it it's
> alive).
That was a (very) temporary error - it should be fine now.