Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Skin FormView's Dialog placed in Shortcut Pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Skin FormView's Dialog placed in Shortcut Pane

 Post Reply Post Reply
Author
Message
Windtech View Drop Down
Newbie
Newbie


Joined: 20 November 2007
Location: China
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Windtech Quote  Post ReplyReply Direct Link To This Post Topic: Skin FormView's Dialog placed in Shortcut Pane
    Posted: 20 November 2007 at 4:35am

Hi,


My frame structure is:

MainFrm : public CXTPMDIFrameWnd, CXTPOffice2007FrameHook

CXTPDockingPane
 CXTPShortcutBar
  CXTPShortcutBarPane
   CMyResizeFormView
 
   CMyResizeFormView::OnInitialUpdate()
   {
      XTPSkinManager()->LoadSkin(..);
    }

Framework been skined perfect. but CXTResizeFormView's Dialog cannot been skined,any ideas?

Thanks!

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 20 November 2007 at 7:08am
Hi,
 
Don't call LoadSkin in OnInitialUpdate. call it in Constructor of CMainframe.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Windtech View Drop Down
Newbie
Newbie


Joined: 20 November 2007
Location: China
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Windtech Quote  Post ReplyReply Direct Link To This Post Posted: 20 November 2007 at 8:04pm
Hi Oleg,

now it works fine. thanks!
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.172 seconds.