![]() |
Report Control OnSize - Stack Overflow |
Post Reply
|
| Author | |
zitz
Senior Member
Joined: 05 October 2008 Status: Offline Points: 112 |
Post Options
Thanks(0)
Quote Reply
Topic: Report Control OnSize - Stack OverflowPosted: 05 October 2008 at 6:10am |
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2008 at 2:44am |
|
Hi, Thanks, Please as workaround comment //m_wndReport.GetReportHeader()->SetAutoColumnSizing( FALSE );
line.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
zitz
Senior Member
Joined: 05 October 2008 Status: Offline Points: 112 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2008 at 3:03pm |
|
ReportOnSize.zip is short example to show problem.
My workaround is ( i need AutoColumnSizing = FALSE ): void XXXReportControl::AdjustScrollBars() { // фиским багу в кодеджоке - переполнение стека if ( m_bOnSizeRunning ) m_nAdjustScrollBars++; if ( m_nAdjustScrollBars < 6 ) { CXTPReportControl::AdjustScrollBars(); } } void XXXReportControl::OnSize( UINT nType, int cx, int cy ) { if ( m_bOnSizeRunning == FALSE ) { CXTPReportControl::OnSize( nType, cx, cy ); m_nAdjustScrollBars = 0; } } |
|
![]() |
|
zitz
Senior Member
Joined: 05 October 2008 Status: Offline Points: 112 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2008 at 3:26pm |
|
Oleg, how can i send private messages to you? Where is PM button?
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 October 2008 at 8:56am |
You can't PM. You can send and email to support@codejock.com instead. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 October 2008 at 9:56am |
|
Yes, we also changed our sources to prevent it for future.
Thanks!
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |