Can't open Gorm files from ProjectCenter

2008-10-25 Thread Samuel Harvey
I read these: http://www.gnustep.org/resources/documentation/Developer/Gui/Reference/NSWorkspace.html https://savannah.gnu.org/bugs/?22910 I tried deleting the Converter.gorm created by ProjectCenter, and recreating it with Gorm; ProjectCenter showed a folder-like icon for Converter.gorm where

X-Windows errors

2008-10-25 Thread Philippe Roussel
Hello all, Using gnustep from svn trunk (but it always did that I think) I get lots of messages like 2008-10-25 11:34:19.909 SimpleAgenda[21854] X-Windows error - BadImplementation (server does not implement operation) on display: :0.0 type: 0 serial number:

Windows as a reference platform (was Re: GNUStep on Windows)

2008-10-25 Thread Gregory John Casamento
I think it should be a reference platform. It makes sense. With the latest installer plus the recent enhancements by Fred to the backend GNUstep works very well on Windows. There's no reason for it not to be a reference platform at this point. GC Gregory Casamento -- Principal Consultant

Re: Windows as a reference platform (was Re: GNUStep on Windows)

2008-10-25 Thread Fred Kiefer
We should stay realistic here and keep up the distinction between what we want to achieve and what we already have. Base on Windows works very well and should be usable in commercial applications. GUI itself should be mostly alright, although NSWorkspace may need some more tweaking. But Back on

Re: X-Windows errors

2008-10-25 Thread Fred Kiefer
I made a rather far fetching change last night to the XWindowBuffer class, so my first thought is that this change may have triggered your problem. I left the old code in place and you could test whether my change caused this by changing the line #if 0 into #if 1 If this wasn't the source of the

Re: X-Windows errors

2008-10-25 Thread Adam Fedor
Make sure to run the debugger with run --GNU-Debug=XSynchronize when debugging X11 errors. On Oct 25, 2008, at 9:24 AM, Fred Kiefer wrote: I made a rather far fetching change last night to the XWindowBuffer class, so my first thought is that this change may have triggered your problem. I

Re: Windows as a reference platform (was Re: GNUStep on Windows)

2008-10-25 Thread Gregory John Casamento
Yes, I realize that it's limited at this point. All I'm saying is that I think that gnustep-base/gnustep-gui/back should be tested on Windows to make sure there aren't any regressions relative to current functionality on that platform before any release is made. GC Gregory Casamento --

Re: X-Windows errors

2008-10-25 Thread Philippe Roussel
Hi Fred Le samedi 25 octobre 2008 à 17:24 +0200, Fred Kiefer a écrit : I made a rather far fetching change last night to the XWindowBuffer class, so my first thought is that this change may have triggered your problem. I left the old code in place and you could test whether my change caused

Re: X-Windows errors

2008-10-25 Thread Philippe Roussel
Le samedi 25 octobre 2008 à 17:24 +0200, Fred Kiefer a écrit : If this wasn't the source of the problem then we need to dig deeper. The first thing to do is to run the application with a debugger attached and set a break point into XGErrorHandler and report the backtraces you get from it.

ANN: Gorm 1.2.6

2008-10-25 Thread Gregory John Casamento
1 ANNOUNCE ** This is version 1.2.6 of Gorm. 1.1 What is Gorm? = Gorm is an acronym for Graphic Object Relationship modeler (or perhaps GNUstep Object Relationship Modeler). Gorm is a clone of the NeXTstep `Interface Builder' application for GNUstep. 1.2 Noteworthy

ANN: ProjectCenter 0.5.0

2008-10-25 Thread Gregory John Casamento
ANNOUNCE This is version 0.5.0 of ProjectCenter. What is ProjectCenter? == ProjectCenter is GNUstep IDE(Intergated Development Environment) application. It is a clone of the OPENSTEP ProjectBuilder application for GNUstep. ProjectCenter is covered