Seems TCBrowse has a feature that Horizontally Scrolls the grid if the mouse cursor is in the last 5 to 6 rows of the grid.
If the mouse is higher on the grid the scrolls vertically. Is there a way to turn off the horizontal scroll.
I think it is pretty neat, but my customer is not so enthusiastic.
Tried oBrw:lNoHScroll := True, or False doesn't seem to make any difference.
Thanks,
Byron ...
Horizontal Scroll via Mouse Scroll
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: Horizontal Scroll via Mouse Scroll
This may be in WBrowse but I cannot seem to turn off the Horizontal Scroll, just don't know the trick.
Thanks,
Thanks,
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: Horizontal Scroll via Mouse Scroll
Can you please make this modification in your copy of "wbrowse.prg" ?
Locate Method WheelScroll(...)
In this method, please locate this line:
Please change this line as
Locate Method WheelScroll(...)
In this method, please locate this line:
Code: Select all | Expand
if aPos[ 1 ] > ::nHeight * 0.80
Please change this line as
Code: Select all | Expand
if .f. // aPos[ 1 ] > ::nHeight * 0.80
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: Horizontal Scroll via Mouse Scroll
Mr. Rau, you got it.
Thanks,
Byron ...
Thanks,
Byron ...
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services