Re: problems with 'back'

2002-04-09 Thread Pete French
> > I then tried defaults write NSGlobalDomain GSBackend libgnustep-xgps > > which now gets as far as falshing up the App icon in the bottom left > > corner, but then coredumps again. > OK, I fixed that. Still doing it on the latest CVS for me (from about 9.00GMT). I'm perplexed by that as its wo

two bugs while building back on mingw

2002-04-09 Thread Fred Kiefer
1. the new backend results in the line GRAPHIC_LIBS=-ltiff -lX11 being written to the files config.make and back.make even when not configured for any X backend. 2. As the new backend works with subproject these must now be able to correctly set set the XXX_ISDLL flags as well. Currently we ha

Re: NSScroller won't always redraw itself

2002-04-09 Thread Nicola Pero
> Hi, > > If {NSScroller -setFloatValue:knobProportion:] is called with a changed > knobProportion but an unchanged floatValue the internal values will be > updated, but it won't redraw itself. The reason is that > -setFloatValue:knobProportion: sets the knobProportion and then calls > -setFloat

GUI bug for new backend

2002-04-09 Thread Fred Kiefer
In the header file GSDisplayServer.h in gui the new functions GSServerForWindow() and GSCurrentServer() are lacking the APPKIT_DECLARE modifier. That way these functions are not exported correctly for MS Window. Also the class GSDisplayServer itself has to be added to the libgnustep-gui.def fi

Re: GSTable doesn't handle frame changes

2002-04-09 Thread Nicola Pero
Thanks. Sorry for answering late - I had been thinking about this a while (some days I was more inclined to say you should really use an intermediate view for what you needed, other days I was more inclined to think I should modify GSTable to use an intermediate view automatically; finally I dec