[SOLVED] v15.1.3 Incorrect scrolling with wheel |
Post Reply |
Author | |
xcentric
Groupie Joined: 04 September 2008 Status: Offline Points: 41 |
Post Options
Thanks(0)
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 |
|
Willowmaster
Senior Member Joined: 12 July 2010 Location: Netherlands Status: Offline Points: 180 |
Post Options
Thanks(0)
|
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 |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Thanks, fixed for the next release. Please open a support ticket if you need a patch.
Andre |
|
Codejock support
|
|
xcentric
Groupie Joined: 04 September 2008 Status: Offline Points: 41 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |