Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - [SOLVED] v15.1.3 Incorrect scrolling with wheel
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] v15.1.3 Incorrect scrolling with wheel

 Post Reply Post Reply
Author
Message
xcentric View Drop Down
Groupie
Groupie


Joined: 04 September 2008
Status: Offline
Points: 41
Post Options Post Options   Thanks (0) Thanks(0)   Quote xcentric Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] v15.1.3 Incorrect scrolling with wheel
    Posted: 06 September 2011 at 12:58pm
It was noted that in latest versions, scrolling with wheel is not enough accelerated.
To scroll a page, several wheel movements are required.

Ok, now I am sure this is a bug.

There is a code in CXTPReportControl::CXTPReportControl()

m_nRowsPerWheel = GetMouseScrollLines();


So, Report Control uses windows settings for rows per wheel one notch.
In my system this returns 3.

Next, CXTPReportControl::OnMouseWheel() contains the following code

// send scroll messages
for (int i = 0; i < nScrollsCount; i++)
   OnVScroll(uiMsg, 0, NULL);

And here we have the issue - the list scrolled at 1 line despite the fact that OnVScroll called thrice.

Toolkit Pro 15.1.2
Windows 7 x64
Visual Studio 2008
Back to Top
Willowmaster View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 July 2010
Location: Netherlands
Status: Offline
Points: 180
Post Options Post Options   Thanks (0) Thanks(0)   Quote Willowmaster Quote  Post ReplyReply Direct Link To This Post Posted: 07 September 2011 at 3:19am
I don't think that should be a setting. It should use the windows settings.
Product: Xtreme SuitePro (ActiveX) version 15.3.1

Platform: Windows XP (32bit) - SP 3 (on VMWare)

Language: Visual Basic 6.0



Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 07 September 2011 at 7:09pm
Thanks, fixed for the next release. Please open a support ticket if you need a patch.

Andre

Codejock support
Back to Top
xcentric View Drop Down
Groupie
Groupie


Joined: 04 September 2008
Status: Offline
Points: 41
Post Options Post Options   Thanks (0) Thanks(0)   Quote xcentric Quote  Post ReplyReply Direct Link To This Post Posted: 18 September 2011 at 8:17am
I am not sure if it should, but v15.1.3.0908 does not fix the issue.
Toolkit Pro 15.1.2
Windows 7 x64
Visual Studio 2008
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.