Print Page | Close Window

Groupbox in CXTResizeDialog

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=609
Printed Date: 11 May 2024 at 5:44am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Groupbox in CXTResizeDialog
Posted By: camow
Subject: Groupbox in CXTResizeDialog
Date Posted: 07 April 2004 at 8:24pm

Hi,

Groupboxes do not seem to be drawn correctly in a resizable dialog.

It seems like they are owner drawn and then not handled.  Other controls

seem fine.

Anyone know anything about this?  How can this be fixed?

Thanks,

Chris




Replies:
Posted By: Kappy
Date Posted: 08 April 2004 at 1:32pm

Change the contructor from:

CMyDlg::CMyDlg(CWnd* pParent /*=NULL*/)
 : CXTResizeDialog(CMyDlg::IDD, pParent)
{
}

to:

CMyDlg::CMyDlg(CWnd* pParent /*=NULL*/)
 : CXTResizeDialog(CMyDlg::IDD, pParent,SZ_NOCLIPCHILDREN|SZ_NOTRANSPARENTGROUP)
{
}



Posted By: camow
Date Posted: 08 April 2004 at 2:12pm

Thanks Kappy!  Works great!

Hopefully there aren't too many other quirks like this about the CXTResizeDialog ;-)



Posted By: Kappy
Date Posted: 08 April 2004 at 3:09pm
I use CXTResizeDialog, CXTResizePropertySheet and CXTResizePropertyPage all the time.  That is the only oddity that I can think of.  I have used resizable dialogs from Dundas and Stingray and XTP's are the best and most intuitive by far.


Posted By: camow
Date Posted: 08 April 2004 at 3:26pm

I do like the way they've implemented anchoring support. 

Although I like the way .Net does it - but if it can't be visual, the TL and BR corner settings are very intuitive.

I've used Dundas's grid, which I liked better than CListCtrl derivations, but I haven't used their other stuff.  I used Stingray a long time ago and I remember their support being pretty bad.

So far, I am happy with the Xtreme stuff, their support has been pretty good although I am still wrestling with tooltip issues (I think partly the OS or MFC) 

 




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