Monica
There is a possible fix (in the form of a tip) at:
http://www.mis-sciences.com/pbtips/default.htm
Found it while cruising around the developers webring.
Regards
+-----------------------------------------------------------------------
----------------------------------+
Bruce Nordstrand
KSL Consulting Pty Ltd
P.O. Box 4852, North Rocks, NSW 2151, Australia
Phone: +61 2 9873-6256 Fax: +61 2 9873-6216
Email: [EMAIL PROTECTED] Web: http://www.ksl.com.au
+-----------------------------------------------------------------------
----------------------------------+
PCDocs/Fulcrum <http://www.pcdocs.com/> Alliance Network
Member
> -----Original Message-----
> From: Monica Sharma [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, 12 August 1999 6:49 am
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: PFCSIG Intellimouse Problem.
>
> Hi pravin,
>
> there is another problem with the use of intellimouse which is that
> the user
> can also zoom a DataWindow object larger or smaller by holding down
> the CTRL
> key while rotating the wheel. This can be done even in the DW preview
> mode..
>
> any way out of this...
>
> monica
>
>
>
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: PFCSIG Intellimouse Problem.
> Date: Wed, 11 Aug 1999 16:55:27 +0100
> MIME-Version: 1.0
> From [EMAIL PROTECTED] Wed Aug 11 08:49:22 1999
> Received: from www.sims.co.uk (www.sims.co.uk [195.59.180.131]) by
> orion.uk.insnet.net (8.8.6/insnet-1.4-server)id QAA10199; Wed, 11 Aug
> 1999
> 16:49:18 +0100 (BST)
> Received: by www.sims.co.uk with Internet Mail Service (5.0.1460.8)id
> <Q3FCS0JY>; Wed, 11 Aug 1999 16:55:27 +0100
> Message-ID: <[EMAIL PROTECTED]>
> Return-Receipt-To: [EMAIL PROTECTED]
> X-Mailer: Internet Mail Service (5.0.1460.8)
>
> Hi Monica,
>
> Thanx for the solution, this surely will work but this is not feasible
> as
> all the DW's have to opened and changed & we have around 45 PBL (
> exclugding the PFC ).
>
> I found a better solution ( suggested to me by by Hemara Thach ).
>
> ======================
> To solve this problem two things you have to do.
> 1. Create an event in your datawindow control and map it to
> PBM_VSCROLL.
> 2. Cancel the scroll message from being processed by Powerbuilder
> by
> inserting "Message.Processed = False" in the event created on step 1.
> ======================
>
> Instead of coding setp 2 code the following.
> ====
> If scrollcode = 2 or scrollcode = 3 then return 1
> //Here scrollcode 2 & 3 are for Scrolling UP & DOWN respectively &
> Return 1
> stops the scrolling.
> ====
>
> Cheers,
>
> Pravin.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~
> Pravin Ningoo CAPITA
> Education Services Ltd.
>
> Stannard Way
> Tel : Off +44 (0)1234 832233 Priory Business Park
> Res +44 (0)1234 358114 Cardington
> Fax: Off +44 (0)1234 838961 Bedford. MK44
> 3SG
> eMail: <mailto:[EMAIL PROTECTED]> England
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~
>
> > -----Original Message-----
> > From: Monica Sharma [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 10, 1999 9:54 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: PFCSIG Intellimouse Problem.
> >
> > hi pravin,
> >
> > we found a solution to this problem by keeping the detail band of
> the dw
> > as
> > close to the last displayed column as possible. we realised that
> the
> > detail
> > band was much broader than required. the intellipoint allows the
> user to
> > scroll the height between the header and the detail band.
> >
> > hope this helps..
> >
> > monica
> >
> >
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: PFCSIG Intellimouse Problem.
> > Date: Tue, 10 Aug 1999 14:42:08 +0100
> > MIME-Version: 1.0
> > From [EMAIL PROTECTED] Tue Aug 10 11:03:38 1999
> > Received: from [198.3.220.11] by hotmail.com (2.1) with ESMTP id
> > MHotMailB979B46600F7D82197EBC603DC0BCDA90; Tue Aug 10 11:03:38 1999
> > Received: (from majordom@localhost) by mango.rssi.com (8.8.4/8.8.2)
> id
> > JAA15509 for pfcsig-outgoing; Tue, 10 Aug 1999 09:53:12 -0400 (EDT)
> > X-Authentication-Warning: mango.rssi.com: majordom set sender to
> > [EMAIL PROTECTED] using -f
> > Received: from orion.uk.insnet.net (mail.edex.net.uk
> [194.177.174.244])
> by
> >
> > mango.rssi.com (8.8.4/8.8.2) with ESMTP id JAA15505 for
> <[EMAIL PROTECTED]>;
> >
> > Tue, 10 Aug 1999 09:53:04 -0400 (EDT)
> > Received: from www.sims.co.uk (www.sims.co.uk [195.59.180.131]) by
> > orion.uk.insnet.net (8.8.6/insnet-1.4-server)id OAA05190; Tue, 10
> Aug
> 1999
> >
> > 14:35:59 +0100 (BST)
> > Received: by www.sims.co.uk with Internet Mail Service
> (5.0.1460.8)id
> > <Q3FCS8KY>; Tue, 10 Aug 1999 14:42:09 +0100
> > Message-ID:
> <[EMAIL PROTECTED]>
> > X-Mailer: Internet Mail Service (5.0.1460.8)
> > Sender: [EMAIL PROTECTED]
> > Precedence: bulk
> >
> > Hi,
> >
> > We are facing a problem with the Intellimouse ( the rim of a small
> rubber
> > wheel sticking up between the two buttons in the Microsoft Mouse ).
> >
> > If the user scrolls on a free form DW the screen scrolls up and
> down. If
> > anyone faced this problem, any related help would be appreciated.
> >
> > I have found that an windows message "WM_MOUSEWHEEL" message is
> sent to
> > the
> > focus window when the mouse wheel is rotated, but there is no Power
> > Builder
> > (6.0.00) Mapping for this message. I tried to find out there
> > Message.Number
> > ( to be used in "Others" event ) for this event but wan't able to
> do so.
> >
> > TIA,
> >
> > Cheers,
> >
> > Pravin.
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~
> > Pravin Ningoo
> CAPITA
> > Education Services Ltd.
> >
> > Stannard Way
> > Tel : Off +44 (0)1234 832233 Priory Business
> Park
> > Res +44 (0)1234 358114 Cardington
> > Fax: Off +44 (0)1234 838961 Bedford.
> MK44 3SG
> > eMail: <mailto:[EMAIL PROTECTED]> England
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~
> >
> > > [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE
> COMMANDS,
> >
> > ADDRESS
> > > A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:
> help
> > pfcsig
> > > SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]
> >
> >
> > _______________________________________________________________
> > Get Free Email and Do More On The Web. Visit http://www.msn.com
>
>
>
> _______________________________________________________________
> Get Free Email and Do More On The Web. Visit http://www.msn.com
> > [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE
> COMMANDS, ADDRESS
> > A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE: help
> pfcsig
> > SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]
> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE: help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]