![]() |
Bug: CXTResizeDialog with "BindSample" |
Post Reply
|
| Author | |
thodgson
Groupie
Joined: 11 August 2003 Status: Offline Points: 78 |
Post Options
Thanks(0)
Quote Reply
Topic: Bug: CXTResizeDialog with "BindSample"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" Select "Configuration Properties" Select "Common Properties", then select "Designer" Is this a bug with CXTResizeDialog or with CTreeCtrl? |
|
|
Tim H(http://www.ExclamationSoft.com)
Product: Xtreme Toolkit v13.1 Platform: Vista(x64)-SP1 Language: Visual C++ 6.0 Currently: Satisfied w/ Toolkit |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2005 at 6:28am |
|
There are two solutions :) 1. add xtResizeNoClipChildren flag for CXTResizeDialog CPropertiesDlg::CPropertiesDlg(CWnd* pParent /*=NULL*/)
2. replace m_wndProperties.Invalidate(FALSE); to m_wndProperties.Invalidate(TRUE); |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
thodgson
Groupie
Joined: 11 August 2003 Status: Offline Points: 78 |
Post Options
Thanks(0)
Quote Reply
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)
Product: Xtreme Toolkit v13.1 Platform: Vista(x64)-SP1 Language: Visual C++ 6.0 Currently: Satisfied w/ Toolkit |
|
![]() |
|
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 |