Print Page | Close Window

MDI menu missing child icon when created

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=5459
Printed Date: 18 July 2025 at 4:14am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: MDI menu missing child icon when created
Posted By: cpede
Subject: MDI menu missing child icon when created
Date Posted: 08 November 2006 at 3:56am
Hi,
 
I have a fustrating problem with the latest version v2006Q3 (10.3.0.0), using VS2005, C++, Widows XP Pro. SP2.
 
 
When my child windows open as maximized, the menu bar is not updated (missing the icon for the MDI child), givig at strange behaviour when trying to select a menu item, see image.
 
m_pWndStartPage = (CDXStartPage*)CreateNewChild(RUNTIME_CLASS(CDXStartPage),IDR_STARTPAGE,NULL);
if (m_pWndStartPage)
{
 m_pWndStartPage->MDIMaximize();
 MDIActivate(m_pWndStartPage);
 GetCommandBars()->GetMenuBar()->RefreshMenu();
}
 
As you can see I try calling RefreshMEnu, but it does not help.
Please help!
 
-cpede



Replies:
Posted By: Oleg
Date Posted: 08 November 2006 at 5:40am
Hello,
 
Please update to 10.3.1. It was bug of 10.3 :(


-------------
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