Print Page | Close Window

ASSERT trap in "LockMouseOnBorder"

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=22537
Printed Date: 05 July 2024 at 11:16am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ASSERT trap in "LockMouseOnBorder"
Posted By: cluster
Subject: ASSERT trap in "LockMouseOnBorder"
Date 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






Replies:
Posted By: mcmastl
Date Posted: 15 April 2015 at 4:15pm
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


Posted By: astoyan
Date Posted: 21 April 2015 at 10:18pm
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



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