Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - 10.42 Problems with windows caption, dialog based
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

10.42 Problems with windows caption, dialog based

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


Joined: 09 June 2006
Location: Austria
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote lemongrass Quote  Post ReplyReply Direct Link To This Post Topic: 10.42 Problems with windows caption, dialog based
    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"));

        }

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.156 seconds.