Print Page | Close Window

Bug: CXTResizeDialog with "BindSample"

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2288
Printed Date: 08 November 2025 at 6:04am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug: CXTResizeDialog with "BindSample"
Posted By: thodgson
Subject: Bug: CXTResizeDialog with "BindSample"
Date Posted: 26 May 2005 at 8:03pm

Found a bug I thought was fixed in a past release.

Modify the "BindSample" by changing all occurances of CDialog with CXTResizeDialog.

Build and Run.

Select "Common Properties"

(Note "General" is selected)

Select "Configuration Properties"

Select "Common Properties", then select "Designer"

(Note both "General" and "Designer" have arrow images next to them)

Is this a bug with CXTResizeDialog or with CTreeCtrl?



-------------
Tim H( http://www.ExclamationSoft.com - http://www.ExclamationSoft.com )
Product: Xtreme Toolkit v13.1
Platform: Vista(x64)-SP1
Language: Visual C++ 6.0
Currently: Satisfied w/ Toolkit



Replies:
Posted By: Oleg
Date Posted: 27 May 2005 at 6:28am

There are two solutions :)

1. add xtResizeNoClipChildren flag for CXTResizeDialog

CPropertiesDlg::CPropertiesDlg(CWnd* pParent /*=NULL*/)
 : CXTResizeDialog(CPropertiesDlg::IDD, pParent, xtResizeNoClipChildren)

 

2. replace m_wndProperties.Invalidate(FALSE);

to m_wndProperties.Invalidate(TRUE);



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: thodgson
Date Posted: 27 May 2005 at 7:05am

Thanks Oleg!

FYI: Option 1 cuases flicker, while option 2 does not.



-------------
Tim H( http://www.ExclamationSoft.com - http://www.ExclamationSoft.com )
Product: Xtreme Toolkit v13.1
Platform: Vista(x64)-SP1
Language: Visual C++ 6.0
Currently: Satisfied w/ Toolkit



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