Print Page | Close Window

[SOLVED] v15.1.3 Incorrect scrolling with wheel

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=18904
Printed Date: 16 November 2024 at 4:20pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] v15.1.3 Incorrect scrolling with wheel
Posted By: xcentric
Subject: [SOLVED] v15.1.3 Incorrect scrolling with wheel
Date 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



Replies:
Posted By: Willowmaster
Date 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





Posted By: ABuenger
Date 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


Posted By: xcentric
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net