Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - MDI menu missing child icon when created
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

MDI menu missing child icon when created

 Post Reply Post Reply
Author
Message
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 680
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Topic: MDI menu missing child icon when created
    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
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: 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
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.