[SOLVED] v15.1.3.0908 OnSize() ASSERT |
Post Reply |
Author | |
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
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).
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
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
|
|
ocoralan
Groupie Joined: 14 November 2007 Status: Offline Points: 35 |
Post Options
Thanks(0)
|
Thank you, ABuenger, this problem bothered me either. I had thought it's the problem of my program.
|
|
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 |