Print Page | Close Window

Main Window Title not Updating

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=17982
Printed Date: 19 June 2025 at 9:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Main Window Title not Updating
Posted By: stefan
Subject: Main Window Title not Updating
Date Posted: 01 March 2011 at 12:57pm

After updating our MDI Application to CodeJock libraries the Main Window Title is sometimes not updated when documents are switched.  When you hover the mouse over the System Menu (Minimize, Maximize, Close) buttons on the Top Right the correct title appears.

This seems to be related to using the Office 2007 Frame.  If I disable it, the title works fine.
 
I am using the lastest 2011 MFC ToolkitPro libraries.

I use the pDocument->SetTitle("My Ttile") command to swith Titles.  Calling RecalcLayout on the Parent Frame also did not solve the issue.  I found a similar issue in your knowledge base from 2 year ago:

http://forum.codejock.com/forum_posts.asp?TID=9416&KW=Title&PID=30512&title=frame-title-not-updating-on-doc-save-as#30512 - http://forum.codejock.com/forum_posts.asp?TID=9416&KW=Title&PID=30512&title=frame-title-not-updating-on-doc-save-as#30512




Replies:
Posted By: Oleg
Date Posted: 02 March 2011 at 3:21am
Hi,

Do you use Skinframework also ?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: stefan
Date Posted: 02 March 2011 at 7:04am
No I don't


Posted By: Oleg
Date Posted: 07 March 2011 at 4:15am
Hello,

Please add such method in your CChildFrame.

void CChildFrame::OnUpdateFrameTitle(BOOL bAddToTitle)
{
  CMDIChildWnd::OnUpdateFrameTitle(bAddToTitle);

  if (GetStyle() & WS_MAXIMIZE)
  {
    GetParentFrame()->SendMessage(WM_NCPAINT);
  }
}

Thanks  


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net