Print Page | Close Window

[SOLVED] v15.1.3.0908 OnSize() ASSERT

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=18935
Printed Date: 16 November 2024 at 3:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] v15.1.3.0908 OnSize() ASSERT
Posted By: markr
Subject: [SOLVED] v15.1.3.0908 OnSize() ASSERT
Date Posted: 09 September 2011 at 4:19pm
Hello,

After upgrading to the recent v15.1.3.0908 hotfix release, I keep getting ASSERTs in function:

void CXTPReportControl::OnSize(UINT nType, int cx, int cy)
{
TRACE(_T("CXTPReportControl::OnSize\n"));

ASSERT(!m_bOnSizeRunning);
if (m_bOnSizeRunning)
return;

...
}

This never occurred in the past. It seems to start asserting regularly while resizing the main window frame (the report control is the active view, e.g. CXTPReportView).



Replies:
Posted By: ABuenger
Date Posted: 10 September 2011 at 12:31am
Thanks. The assertion occurs when the scrollbar becomes visible/invisible. You can safely remove the assertion. Will be fixed for the next release.

Andre



-------------
Codejock support


Posted By: ocoralan
Date Posted: 23 October 2011 at 10:00pm
Thank you, ABuenger, this problem bothered me either. I had thought it's the problem of my program.



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