RE: customize GNUstep

2005-06-22 Thread Adam Fedor
From: Quentin Mathé [mailto:[EMAIL PROTECTED] Well currently GSToolbarView supports custom colors but this feature is not documented because it may change a bit. Initially I asked on - dev list about possibility to add toolbar colors support in system colors list but I didn't obtain a

RE: customize GNUstep

2005-06-22 Thread Richard Frith-Macdonald
On 2005-06-22 13:40:49 +0100 Adam Fedor [EMAIL PROTECTED] wrote: From: Quentin Mathé [mailto:[EMAIL PROTECTED] Well currently GSToolbarView supports custom colors but this feature is not documented because it may change a bit. Initially I asked on - dev list about possibility to add

Re: Core Foundation support?

2005-06-22 Thread Richard Frith-Macdonald
On 2005-06-22 21:32:52 +0100 Sam Lauber [EMAIL PROTECTED] wrote: It says in the GNUstep developer FAQ that Core Foundation should not be used. Would it be a good idea for me to make a free implementation? Samuel Lauber P.S. Please reply to me, I am having problems with the list. Last

Re: customize GNUstep

2005-06-22 Thread Quentin Mathé
Le 22 juin 05 à 15:13, Richard Frith-Macdonald a écrit : On 2005-06-22 13:40:49 +0100 Adam Fedor [EMAIL PROTECTED] wrote: From: Quentin Mathé [mailto:[EMAIL PROTECTED] Well currently GSToolbarView supports custom colors but this feature is not documented because it may change a bit.

Re: customize GNUstep

2005-06-22 Thread Nicolas Roard
Le 22 juin 05 à 22:56, Quentin Mathé a écrit : Theoretically controlBackgroundColor would the right choice because NSToolbar isn't a precisely bounded clickable area like a button, but a clickable area which varies with displayed content like a table view or a browser column. However

Re: Core Foundation support?

2005-06-22 Thread Sam Lauber
Sam Lauber wrote: It says in the GNUstep developer FAQ that Core Foundation should not be used. Would it be a good idea for me to make a free implementation? No, because apple's is already a free implementation. Apple's. The thing is, you really shouldn't be using CoreData unless

how to compile in debug mode? (I'm on WIndows)

2005-06-22 Thread Lloyd Dupont
I have a memory access exception while using GNUstep. In fact I have a .NET binding to ObjectiveC and, in some situation, when I write this simple statement: LoadLibrary("gnustep-base.dll") I get SIGSEGV on malloc() I was able to use gdb on my .NET program ;) and backtrace up to GNUstep

Re: Blit operation failed on MSWindows

2005-06-22 Thread Fred Kiefer
Marc Brünink wrote: On Dienstag, Jun 21, 2005, at 21:29 Europe/Berlin, Marc Brünink wrote: on my Windows 2000 machine I'm getting Blit operation failed 87 while an application is started up. 87 = ERROR_INVALID_PARAMETER so I logged some of the parameters: x:8, y:8 rectFrom.right:48

Re: how to compile in debug mode? (I'm on WIndows)

2005-06-22 Thread Lloyd Dupont
yep, I finally found that out. mhh.. quite difficult. depending on my running context (from VS.NET debugger, from gdb, from the console line (without debugging), with or without debug library) the problem don't happen at the same time :( I tend to believe there is a pointer error in

Re: NSPropertyListSerialization unimplemented

2005-06-22 Thread Richard Frith-Macdonald
On 2005-06-22 23:40:17 +0100 Sam Lauber [EMAIL PROTECTED] wrote: In MacOSX 10.2, the NSPropertyListSerialization class was added. But in GNUstep, that class is nonexistant! I think it should be implemented. Samuel Lauber You are mistaken ... the class already exists in GNUstep.

Re: how to compile in debug mode? (I'm on WIndows)

2005-06-22 Thread Richard Frith-Macdonald
On 2005-06-23 02:06:06 +0100 Lloyd Dupont [EMAIL PROTECTED] wrote: yep, I finally found that out. mhh.. quite difficult. depending on my running context (from VS.NET debugger, from gdb, from the console line (without debugging), with or without debug library) the problem don't happen at the