Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Bug: CXTResizeDialog with "BindSample"
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug: CXTResizeDialog with "BindSample"

 Post Reply Post Reply
Author
Message
thodgson View Drop Down
Groupie
Groupie


Joined: 11 August 2003
Status: Offline
Points: 78
Post Options Post Options   Thanks (0) Thanks(0)   Quote thodgson Quote  Post ReplyReply Direct Link To This Post 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"

(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)
Product: Xtreme Toolkit v13.1
Platform: Vista(x64)-SP1
Language: Visual C++ 6.0
Currently: Satisfied w/ Toolkit
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
thodgson View Drop Down
Groupie
Groupie


Joined: 11 August 2003
Status: Offline
Points: 78
Post Options Post Options   Thanks (0) Thanks(0)   Quote thodgson Quote  Post ReplyReply Direct Link To This Post 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
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.031 seconds.