Toy Keeper wrote:
hi,
> Also, is there any way to allow the mouse to scroll the screen *only*
> when dragging something?
yes.. see atachment.
--
Adam Kopacz - http://www.idnet.de/~AdamK
ID.net Internet Services Deutschland GmbH - http://www.idnet.de
>From - Wed Nov 19 21:48:11 1997
Received: from prandtl.mathematik.hu-berlin.de (prandtl.mathematik.hu-berlin.de [141.20.54.18]) by netsurf.choin.net (8.8.3/8.8.3) with SMTP id QAA09232 for <Adam.Kopacz_at_rhein-neckar.netsurf.de>; Wed, 19 Nov 1997 16:52:59 +0100 (MET)
Received: from kummer.mathematik.hu-berlin.de by prandtl.mathematik.hu-berlin.de with SMTP
(1.38.193.4/16.2/4.93/main) id AA08384; Wed, 19 Nov 1997 16:52:31 +0100
Received: by kummer.mathematik.hu-berlin.de (SMI-8.6/SMI-SVR4)
id QAA28856; Wed, 19 Nov 1997 16:52:28 +0100
Date: Wed, 19 Nov 1997 16:52:28 +0100
From: honig_at_mathematik.hu-berlin.de (Thomas Honigmann)
Message-Id: <199711191552.QAA28856_at_kummer.mathematik.hu-berlin.de>
To: Adam.Kopacz_at_rhein-neckar.netsurf.de
Subject: Re: FVWM: scroll
X-Sun-Charset: ISO-8859-1
X-UIDL: d07eecc4a6cab83d8df9f44d4a35853a
X-Mozilla-Status: 8011
Hallo Adam,
[I'm under the impression, that you are a German like me and that's why
I answer in German. If you don't understand German, drop me a note
and I'll resend this letter in English]
> here (linux/X11) it was the whole time so that i could scroll when i
> clicked the apps in the titlebar with them from one screen to the
> another
> (i use 2x4 screens/no desks) but now i can't scroll and i don't know why
> :((
> it was so that i coul'd only change with apps the screen and i could't
> move the mouse from one screen to the another..
Es hatte ja schon jemand an die Liste geschrieben, daß das alte Verhalten
als Bug betrachtet und in 2.0.46 "verbessert" wurde (ich fand es auch besser,
wie es früher war). Glücklicherweise läßt sich das Verhalten von 2.0.45 leicht
wiederherstellen: Alles was Du tun mußt, ist im File fvwm/move.c in Zeile 256
die 0 in eine 1 ändern, das ganze sollte dann so aussehen:
#if 1
HandlePaging(Scr.MyDisplayWidth,Scr.MyDisplayHeight,&xl,&yt,
&delta_x,&delta_y,False);
#else /* probably should actually use EdgeScroll values: */
HandlePaging(Scr.EdgeScrollX,Scr.EdgeScrollY,&xl,&yt,
&delta_x,&delta_y,False);
#endif
(und dann natürlich EdgeScroll wieder auf 0 0)
Gruß,
Thomas
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Sat Apr 18 1998 - 00:46:39 BST