Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - 10.4 + Ribbon + Skin = MDIChild drawing issues
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

10.4 + Ribbon + Skin = MDIChild drawing issues

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


Joined: 05 July 2006
Location: United Kingdom
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote eridu Quote  Post ReplyReply Direct Link To This Post Topic: 10.4 + Ribbon + Skin = MDIChild drawing issues
    Posted: 04 January 2007 at 10:14am
WinXP and VS6. Take the RibbonMDISample and add skin with
 
XTPSkinManager()->LoadSkin(_T("styles\\Office2007.cjstyles"));
 
then run it, enter a few lines of text, maximize the MDI child and resize the app. As the MDI child repaints and you lose the top 1cm or so of the window. This was not an issue in 10.3.1.
 
Back to Top
eridu View Drop Down
Newbie
Newbie


Joined: 05 July 2006
Location: United Kingdom
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote eridu Quote  Post ReplyReply Direct Link To This Post Posted: 04 January 2007 at 11:00am
However - Loading the skin after the MainFrame has been created or setting SetAutoApplyNewWindows(FALSE) during mainframe creation gets around this problem.
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 04 January 2007 at 2:43pm
Thank you, will be fixed for first maintaince reelase.
 
As worksaround add
 
 XTPSkinManager()->Remove(m_hWnd);
 XTPSkinManager()->Remove(m_hWndMDIClient);
in first lines of CMainFrame::OnCreate
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.031 seconds.