indraloka / two-finger-scroll

Automatically exported from code.google.com/p/two-finger-scroll
0 stars 0 forks source link

Provide horizontal scrolling #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open up a page with a horizontal scroll bar
2. Initialize the two finger scroll

What is the expected output? What do you see instead?
Horizontally moving fingers does not move the page horizontally. Only
vertical scroll works

What version of the product are you using? On what operating system?
1.0.5 on Vista x32, HP laptop, patched synaptics drivers (w. multi-touch).

Please provide any additional information below.
It's not that big of a deal to me, but it would be nice to have this feature.

Original issue reported on code.google.com by vkvitnev...@gmail.com on 15 Jan 2009 at 7:56

GoogleCodeExporter commented 8 years ago
Note that the horizontal wheel is only available for Vista. The patch attached
enables horizontal scrolling, for applications that support it (where horizontal
scroll on your mouse works too).

Original comment by teh.e...@gmail.com on 23 Apr 2009 at 3:27

Attachments:

GoogleCodeExporter commented 8 years ago
how does the .patch file work? i mean how do i get it working? thanks a lot!

Original comment by ilovegil...@gmail.com on 8 May 2009 at 1:27

GoogleCodeExporter commented 8 years ago
Download CodeGear C++ builder (v2009 works for me), 
download the source code for the two finger scroll, 
open it with the studio
make sure it compiles
Install Cygwin, and make sure you include the patch package
download the patch file
Open up Cygwin and browse to where the source code is (via cd command)
then, type in ( I -THINK-, you'll need to double-check ) patch < 
horizontal.patch
Stuff should happen. Open up the studio, compile it again.
The result of the compile is your new .exe that you can use with horizontal 
scrolling

If anybody has an easier method, I'd love to hear it.

OR, alternatively, you could wait for the author to include the patch himself.

Original comment by vkvitnev...@gmail.com on 8 May 2009 at 3:14

GoogleCodeExporter commented 8 years ago
wow that's a lot of work... if you don't mind, could you please send me the 
.exe file 
of yours? thanks! :-)

Original comment by ilovegil...@gmail.com on 10 May 2009 at 8:17

GoogleCodeExporter commented 8 years ago
Here's the .exe

Original comment by vkvitnev...@gmail.com on 10 May 2009 at 4:36

Attachments:

GoogleCodeExporter commented 8 years ago
thanks a lot!

Original comment by ilovegil...@gmail.com on 11 May 2009 at 11:18

GoogleCodeExporter commented 8 years ago
Oh, sorry I didn't respond earlier. I checked out the source with svn and 
created the
patch with TortoiseSVN too. It can apply patches by rightclicking the directory 
where
you checked out the source and choose Apply Patch from the TortoiseSVN menu.

As far as I know it was built with CodeGear RAD Studio 6.0 (which is 2009), I
preferred using something small & free to build (like DevC++), but for the time 
being
I used CodeGears compiler to get it compiled.

Note that a lot of applications don't support horizontal scrolling. The only app
where you can really enjoy it is Google Chrome beta (not stable), where it works
smoothly in every direction!

Original comment by teh.e...@gmail.com on 14 May 2009 at 1:49

GoogleCodeExporter commented 8 years ago
Hey,

Just started playing with this app, which I find wonderful!
I'm trying to get Horizontal scrolling to work.

I use Vista + Chrome, but no luck even with the pathed exe above.
Any ideas? Thanks!

Original comment by darabiha...@gmail.com on 13 Dec 2009 at 11:37

GoogleCodeExporter commented 8 years ago
Using XP SP2. Would love to see horizontal scrolling. I replaced the EXE from 
this
post with the one that was on the main page and still don't seem to have 
horizontal
scroll. Any thoughts?

Original comment by jason.ho...@gmail.com on 21 Mar 2010 at 6:44

GoogleCodeExporter commented 8 years ago
I'd also love to have 2 finger horizontal scrolling :). Unfortunately I wasn't 
able to get the patch or the .exe to enable horizontal scrolling. I already 
love what you guys have given! 

Original comment by aribi...@gmail.com on 9 Jun 2010 at 5:45

GoogleCodeExporter commented 8 years ago
I can share the appreciation which the guys above feel, and I also would want a 
working horizontal scroll :) I tried the patched .exe in win7 x64, sadly, it 
didn't work.
Keep up the good work!

Original comment by zeroxx1...@gmail.com on 6 Aug 2010 at 8:36

GoogleCodeExporter commented 8 years ago
I think horizontal scroll the way it's implemented in this app is not supported 
properly on any version I guess.

there are some open issue with this approach at msdn

http://social.msdn.microsoft.com/Forums/en/winforms/thread/9258cee7-b489-4f5e-8c
bc-4f5296966fc9

http://social.msdn.microsoft.com/Forums/en-US/clr/thread/5b9c9804-69cf-4818-a002
-3ad98b60dea2

Original comment by digish.p...@gmail.com on 21 Mar 2011 at 9:59

GoogleCodeExporter commented 8 years ago
Try my personal update of two-finger-scroll, called synGestures: 
http://cl.ly/Efnv

It supports horizontal scrolling with two fingers, reversed scrolling as well 
as three-finger-gestures and Windows 8 Consumer Preview support. You can swipe 
to show the charm bar, app bar, switch between windows just like at a tablet. 
It's a lot of fun :)

Original comment by sebastia...@gmail.com on 2 Mar 2012 at 12:02

GoogleCodeExporter commented 8 years ago
RE: SynGestures
Wow! Really cool stuff. I especially like the reversed scrolling direction.
Is there a repo / source code somewhere?

Original comment by vkvitnev...@gmail.com on 2 Mar 2012 at 12:18