Groupbox in CXTResizeDialog |
Post Reply |
Author | |
camow
Newbie Joined: 30 March 2004 Status: Offline Points: 8 |
Post Options
Thanks(0)
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 |
|
Kappy
Newbie Joined: 08 April 2004 Location: Canada Status: Offline Points: 9 |
Post Options
Thanks(0)
|
Change the contructor from: CMyDlg::CMyDlg(CWnd* pParent /*=NULL*/): CXTResizeDialog(CMyDlg::IDD, pParent) { } to: CMyDlg::CMyDlg(CWnd* pParent /*=NULL*/) Edited by Kappy |
|
camow
Newbie Joined: 30 March 2004 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Thanks Kappy! Works great! Hopefully there aren't too many other quirks like this about the CXTResizeDialog ;-) |
|
Kappy
Newbie Joined: 08 April 2004 Location: Canada Status: Offline Points: 9 |
Post Options
Thanks(0)
|
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.
|
|
camow
Newbie Joined: 30 March 2004 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
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)
|
|
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 |