Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - ASSERT trap in "LockMouseOnBorder"
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ASSERT trap in "LockMouseOnBorder"

 Post Reply Post Reply
Author
Message
cluster View Drop Down
Groupie
Groupie


Joined: 22 January 2015
Status: Offline
Points: 91
Post Options Post Options   Thanks (0) Thanks(0)   Quote cluster Quote  Post ReplyReply Direct Link To This Post Topic: ASSERT trap in "LockMouseOnBorder"
    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



Back to Top
mcmastl View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 April 2015
Status: Offline
Points: 79
Post Options Post Options   Thanks (0) Thanks(0)   Quote mcmastl Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
astoyan View Drop Down
Admin Group
Admin Group
Avatar

Joined: 24 August 2013
Status: Offline
Points: 300
Post Options Post Options   Thanks (0) Thanks(0)   Quote astoyan Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.142 seconds.