[SOLVED] v15.1.2 issue - scrolling with selection |
Post Reply |
Author | |
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
Posted: 14 August 2011 at 10:28pm |
Just upgraded from 15.0.2 to the latest 15.1.2 build, and am seeing a problem.
Now when using the keyboard to move the row selection, the vertical scroll bar does not follow it. In other words, if I use the down arrow key to move the selection past the bottom row, the report control doesn't scroll as it should. I'm using the control in virtual mode, and I noticed the "ReportControl.VirtualList.exe" sample exhibits the same problem.
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Thanks,
confirmed and fixed. Andre |
|
Codejock support
|
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Hi Andre,
Thanks for the prompt response. Given the severity, is there a way we can patch the XTP report control sources to resolve this problem?
|
|
Alex
Groupie Joined: 12 May 2004 Status: Offline Points: 54 |
Post Options
Thanks(0)
|
Hello,
I'm also interessted to get a fix for that. Thx in advance, Alex |
|
www.ANKHOR.com
Product: Xtreme ToolkitPro version 15.2.1 Platform: Windows 7 Ultimate (64bit) Language: Visual C++ 2005 / 2008 / 2010 |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Andre, were you planning on sharing a source patch for this, or should we roll everything back to 15.0.2?
We can't ship product with a defect as serious as this, so need some direction on how to proceed.
|
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
15.1.3 has been released - maybe it is fixed in that version?
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Could be mistaken, but believe 15.1.3 was released prior to the discovery of this problem.
|
|
Alex
Groupie Joined: 12 May 2004 Status: Offline Points: 54 |
Post Options
Thanks(0)
|
Maybe you can tell us what's wrong ?
I think we're able to integrate the fix manually :) |
|
www.ANKHOR.com
Product: Xtreme ToolkitPro version 15.2.1 Platform: Windows 7 Ultimate (64bit) Language: Visual C++ 2005 / 2008 / 2010 |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Important bug indeed.So... when is 15.1.4 going to be released?
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Alex
Groupie Joined: 12 May 2004 Status: Offline Points: 54 |
Post Options
Thanks(0)
|
Would be kind if anybody could post an answer...
This is a serious problem ! |
|
www.ANKHOR.com
Product: Xtreme ToolkitPro version 15.2.1 Platform: Windows 7 Ultimate (64bit) Language: Visual C++ 2005 / 2008 / 2010 |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Agreed, this is too serious a problem to defer to the next bug-fix release (which is what the lack of response implies).
At a minimum, please help us to understand the problem so we can solve it ourselves. I'm not terribly keen to roll back to 15.0.2 at this time, since v15.1.x does solve a lot of other important problems.
|
|
Alex
Groupie Joined: 12 May 2004 Status: Offline Points: 54 |
Post Options
Thanks(0)
|
Correct. I just don't want to search the problem by myself.
I would also prefer to integrate the fix with the already installed v15.1.3 by myself. Updating all our solutions with a new project is always a pain... |
|
www.ANKHOR.com
Product: Xtreme ToolkitPro version 15.2.1 Platform: Windows 7 Ultimate (64bit) Language: Visual C++ 2005 / 2008 / 2010 |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
And consider yourself lucky! I use the ActiveX version, nothing to do on my side ... Just expect a very quick fix by CJ ...
I confirm that this issue is critical.
Checked with the ActiveX 15.0.2 this morning, this bug already affect the virtual mode in this version. |
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Please open a support ticket to get the current package.
Andre |
|
Codejock support
|
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
> Please open a support ticket to get the current package. |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Please post the issue number. Thanks |
|
Codejock support
|
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Hi Andre,
Issue number is 27220. Thanks!
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Updated build with fix is available as a download.
Andre |
|
Codejock support
|
|
adrien
Senior Member Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
|
Hi Andre
is that the hotfix build 0908? Regards Adrien
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Yes |
|
Codejock support
|
|
adrien
Senior Member Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
|
Thanks. I can confirm it's fixed.
One thing though I found with the update to 15.1.3.0908. The DLL has the same name, but different signature. If you have an Exe compiled with the previous version, it complains about a missing CXTPReportControl::Create call. I see this was removed. Removing this might not affect compilation, but it affects linkage, and actually means we can't just swap out the DLL with the fixed 0908 version, we need to deploy all new exes and all new DLLs that link to CJ.
|
|
adrien
Senior Member Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
|
Need to re-open this. It's fixed on some of my test systems but not all. Works on one XP machine, and 2k3, but exhibits a bug on another XP machine and win7x64.
The bug is that page down doesn't cause a scroll to ensure the new record is visible. Page up does. So you can navigate up through a virtual report control, but not down. On some computers.
|
|
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 |