ASSERT trap in "LockMouseOnBorder" |
Post Reply |
Author | |
cluster
Groupie Joined: 22 January 2015 Status: Offline Points: 91 |
Post Options
Thanks(0)
Posted: 16 February 2015 at 4:19am |
Hello,
I have a problem with a ASSERT in the function CXTPCommandBarsFrameHook::LockMouseOnBorder. Sometimes it triggers by moving the mouse. I figure out that there is a problem in the PtInRect function in the CRect class. The function returns FALSE by: CRect rc(876,115,877,545); CPoint pt(876,545); BOOL bRet = rc.PtInRect(pt); Here my data: Windows 7 Visual Studio 2010 Xtreme ToolkitPro v16.4.0 Theme: VisualStudio2012 Dark |
|
mcmastl
Admin Group Joined: 14 April 2015 Status: Offline Points: 79 |
Post Options
Thanks(0)
|
Hello and thank you for letting us know of this issue. We have brought this up to the development team and will be looking into it. If this issue has been resolved please let us know.
|
|
Luke McMasters, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
astoyan
Admin Group Joined: 24 August 2013 Status: Offline Points: 304 |
Post Options
Thanks(0)
|
Hello Cluster,
This is a known problem and it's already in our bug tracking system so we'll try to address it for the upcoming update. This update will also will have mouse locking disabled by default, you will be able to enable it by setting CXTPCommandBarsFrameHook::m_bAllowBorderMouseTracking to TRUE. Please stay tuned to our updates and once 17.0 beta is out we appreciate a thorough testing and reporting the problems. Thank you. Regards, Alexander Stoyan
|
|
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 |