Re: Activation of scrollwheel in LW
"Clementson, Bill" <Bill_Clementson@jdedwards.com> writes:
> How does one active the mouse scrollwheel in the LispWorks IDE?
I think this is not supported but here's and old message from the
mailing list:
Return-Path: <owner-lisp-hug@xanalys.com>
Delivered-To: edi@agharta.de
Received: from mail1.messagelabs.com (mail1.messagelabs.com [212.125.75.4])
by miles.agharta.de (Postfix) with SMTP id D30C326EAE
for <edi@agharta.de> Thu, 4 Apr 2002 14:58:12 +0200 (CEST)
Received: (qmail 1976 invoked from network); 4 Apr 2002 12:58:11 -0000
Received: from unknown (HELO holly.cam.harlequin.co.uk) (193.128.4.58)
by server-15.tower-1.messagelabs.com with SMTP; 4 Apr 2002 12:58:11 -0000
Received: from shirow.cam.harlequin.co.uk (shirow.cam.harlequin.co.uk [192.88.238.193])
by holly.cam.harlequin.co.uk (8.8.4/8.8.4) with ESMTP
id NAA02241; Thu, 4 Apr 2002 13:58:01 +0100 (BST)
Received: (from majordom@localhost)
by shirow.cam.harlequin.co.uk (8.8.4/8.8.4)
id NAA25309 for lisp-hug-outgoing; Thu, 4 Apr 2002 13:55:12 +0100 (BST)
X-Authentication-Warning: shirow.cam.harlequin.co.uk: majordom set sender to owner-lisp-hug@xanalys.com using -f
X-VirusChecked: Checked
Message-ID: <020e01c1dbd7$ea765640$0100005a@Chivers>
From: "Simon Katz" <simon@nomistech.com>
To: <lisp-hug@xanalys.com>
References: <5.1.0.14.2.20020403113745.0290bb20@pop.etob.phub.net.cable.rogers.com>
Subject: Re: LWW vs. wheely-mouse
Date: Thu, 4 Apr 2002 13:54:10 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Sender: owner-lisp-hug@xanalys.com
Precedence: bulk
Reply-To: "Simon Katz" <simon@nomistech.com>
> Under Windws 2000, LWW 4.2, the wheel on my microsoft mouse does not
> work. I can live without it, but if anybody knows how to enable it,
> I'd be interested.
This is not ideal, but here's something the Xanalys support team told
me about a year or so ago:
There's a thing called MouseWheel available at
http://www.microsoft.com/msj/defaultframe.asp?page=/msj/0697/hood0697.htm&nav=/msj/0697/newnav.htm
The file you want is called Hood0697.exe.
It works by intercepting the wheel messages and turning them into
scroll messages.
You have to tell it about every application for which you want it to
intercept the wheel messages, so if you are producing delivered
applications from LW, you need to tell MouseWheel about those as well
as telling it about LW itself. If you are passing on delivered apps
to other people, those people will need MouseWheel too.
To make MouseWheel start automatically at startup, add a shortcut to
mw.exe in your ...\Start Menu\Programs\Startup folder.
It would be much nicer if LW itself handled the wheel messages --
perhaps Xanalys could add that to the Wish List for the next release
or the one after?