Re: Scrollbars.

2006-11-15 Thread Marc Brünink
I think you'll find that the systems which have the scroll bar on the right are also more than 10 years old. There may have been advances made in GUI's in the last ten years, but the position of the scroll bar is not one of them. Hi all, what do you think about a dragable ScrollView. By

Re: Scrollbars.

2006-11-15 Thread Renaud Molla
I think you'll find that the systems which have the scroll bar on the right are also more than 10 years old. There may have been advances made in GUI's in the last ten years, but the position of the scroll bar is not one of them. First of all, do you really think i'm so stupid i didn't

Re: Scrollbars.

2006-11-15 Thread Alex Perez
Renaud Molla wrote: I think you'll find that the systems which have the scroll bar on the right are also more than 10 years old. There may have been advances made in GUI's in the last ten years, but the position of the scroll bar is not one of them. First of all, do you really think i'm so

Re: Some issues with my Slackware Packages...

2006-11-15 Thread Nicola Pero
Well, pretty much the whole issue is with the fact that GNUstep (at least the latest release) doesn't implement DESTDIR. There was some discussion about it before but I can't remember if it was fixed on svn or not. The reason I mentioned GNUSTEP_INSTALLATION_DIR is because that's the method

Re: non-gui tools uisng gui classes?

2006-11-15 Thread Adam Fedor
On Nov 14, 2006, at 1:50 PM, tgate wrote: I'm trying to create a command line tool using OpenGL frame buffer objects and NSImage class objects. If I import AppKit/NSImage.h do I also need to specify an extra library to link against? I'm getting this error... Linking tool mytest ...

Re: non-gui tools uisng gui classes?

2006-11-15 Thread Ingolf Jandt
If I import AppKit/NSImage.h do I also need to specify an extra library to link against? I'm getting this error... Yes. I hope that adding sth. like yourtool_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS) to your GNUmakefile will be enough. You may also have to create your own autorelease pool.

Re: Scrollbars.

2006-11-15 Thread Benhur Stein
On 11/14/06, Alexandre Moreira [EMAIL PROTECTED] wrote: Hello, everyone. This is my first post to this list. Please excuse me (and point me the right directions) if this is not the right place to ask this but, there it goes: I'm thinking in using GnuStep's framework to develop a simple

Re: Scrollbars.

2006-11-15 Thread Benhur Stein
Easy: look for the tile method in gui/Source/NSScrollView.m (around line 870); inside the if (_hasVertScroller) command, change the 2 occurences of NSMinXEdge into NSMaxXEdge. After make install, all apps that you run will have right scrollers. Oops, just realized that you also has to change

Re: Scrollbars.

2006-11-15 Thread Chris Vetter
On 2006-11-15 17:57:28 +0100 Benhur Stein [EMAIL PROTECTED] wrote: [...] Oops, just realized that you also has to change inside the if (_hasVertScroller) in the drawRect: method to change + scrollerWidth into - 1, so that the separation line is drawn in the right place. If that really is

Re: Scrollbars.

2006-11-15 Thread Graham J Lee
On 15 Nov 2006, at 17:10, Chris Vetter wrote: On 2006-11-15 17:57:28 +0100 Benhur Stein [EMAIL PROTECTED] wrote: [...] Oops, just realized that you also has to change inside the if (_hasVertScroller) in the drawRect: method to change + scrollerWidth into - 1, so that the separation line

Re: Scrollbars.

2006-11-15 Thread Chris Vetter
On 2006-11-15 20:16:34 +0100 Graham J Lee [EMAIL PROTECTED] wrote: [...] Rhapsody had NSUserInterfaceStyle (one of Nextstep, Macintosh, Windows IIRC) so maybe GSUserInterfaceStyle would be appropriate...? GNUstep already has NSUserInterfaceStyle. Position of the Scroller could be coupled

Re: Scrollbars.

2006-11-15 Thread barny rabbit
On Wed, 2006-11-15 at 07:47 -0500, Adrian Robert wrote: On Nov 15, 2006, at 5:37 AM, Renaud Molla wrote: I think you'll find that the systems which have the scroll bar on the right are also more than 10 years old. There may have been advances made in GUI's in the last ten years,

Re: Scrollbars.

2006-11-15 Thread barny rabbit
On Wed, 2006-11-15 at 05:12 -0800, Gregory John Casamento wrote: Renaud, First of all, you're taking the discussion way to personally. Secondly, you don't seem too objective yourself, either, so I'm not sure you're one to talk about new features being advances or not, since you obviously

Re: non-gui tools uisng gui classes?

2006-11-15 Thread tgate
On Nov 15, 2006, at 8:10 AM, Ingolf Jandt wrote: If I import AppKit/NSImage.h do I also need to specify an extra library to link against? I'm getting this error... Yes. I hope that adding sth. like yourtool_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS) to your GNUmakefile will be enough. You

Re: Scrollbars.

2006-11-15 Thread Renaud Molla
On Nov 16, 2006, at 12:46 AM, barny rabbit wrote: On Wed, 2006-11-15 at 05:12 -0800, Gregory John Casamento wrote: Renaud, First of all, you're taking the discussion way to personally. Secondly, you don't seem too objective yourself, either, so I'm not sure you're one to talk about new