Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - [SOLVED] v15.1.3.0908 OnSize() ASSERT
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] v15.1.3.0908 OnSize() ASSERT

 Post Reply Post Reply
Author
Message
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 443
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] v15.1.3.0908 OnSize() ASSERT
    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).
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
ocoralan View Drop Down
Groupie
Groupie


Joined: 14 November 2007
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote ocoralan Quote  Post ReplyReply Direct Link To This Post 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.
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.172 seconds.