Re: Problem with NSColor/NSString initialisation

2001-04-23 Thread Richard Frith-Macdonald
On Saturday, April 21, 2001, at 06:11 PM, Fred Kiefer wrote: > Somehow GNUstep sets up the C Local on the first call to NSLog, so when > I did insert this call the float representation stored for the colours > includes commas and will be interpreted later on correctly by sscanf(). > If the call

Re: Problem with NSColor/NSString initialisation

2001-04-21 Thread Fred Kiefer
The problem that NSColor was unable to convert a string representation to a NSColor was caused by a totally different reason than what I was looking for. It is my C Local environment that gets it wrong. That is also the reason why none of you could reproduce it. Here is what I did get when adding

Re: Problem with NSColor/NSString initialisation

2001-04-15 Thread Adam Fedor
I tried it with your makefile and the current CVS base as well as base-1.0.0 with the same results. It could then be a problem with the libobjc library. Can you get a gdb backtrace or something from where the log messages are printed? -- Adam Fedor, Digital Optics| Fudd's law of opp

Re: Problem with NSColor/NSString initialisation

2001-04-15 Thread Fred Kiefer
Adam Fedor wrote: > > I just tried your sample program and got the expected output (No > errors). This is with all the latest CVS code installed. > > -- > Adam Fedor, Digital Optics| Fudd's law of opposition: Push > [EMAIL PROTECTED] http://www.doc.com | something hard enough, a

Re: Problem with NSColor/NSString initialisation

2001-04-10 Thread Adam Fedor
I just tried your sample program and got the expected output (No errors). This is with all the latest CVS code installed. -- Adam Fedor, Digital Optics| Fudd's law of opposition: Push [EMAIL PROTECTED] http://www.doc.com | something hard enough, and it [EMAIL PROTECTED] http:

Problem with NSColor/NSString initialisation

2001-04-09 Thread Fred Kiefer
While searching for another problem in NSComboBoxCell I ran into an initialization problem that I don't quite understand. Perhaps someone on this list can explain it and even fix it? When running this small test program, I get a lot of error messages from NSColor. #include #include #include #