10.42 Problems with windows caption, dialog based |
Post Reply |
Author | |
lemongrass
Groupie Joined: 09 June 2006 Location: Austria Status: Offline Points: 28 |
Post Options
Thanks(0)
Posted: 31 January 2007 at 3:49am |
Hi,
I've updated my dialog based application from 10.4 to 10.42, and having the problem, that the caption (header) of the main dialog doesn't skin. Child dialogs work like a charm. With 10.4 there were no problems of this kind. I do load the skin in the constructor of the main dialog, as stated here in this forum several time with code like this: if ( (IsTerminalSession() == FALSE && g_NoSkins == false) { XTPSkinManager()->SetApplyOptions(XTPSkinManager()->GetApplyOptions() | xtpSkinApplyMetrics | xtpSkinApplyColors); XTPSkinManager()->LoadSkin(m_strStylesPath + _T("Office2007.cjstyles")); } |
|
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 |