Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Disable hiding for menubar? Collapse All
Subject Author Date
Dmitry Dulepov Jun 13, 2004 - 8:21 AM

How do I do this? The problem is that there is no way to get menubar and toolbar back if they are both hidden...

Technical Support Jun 14, 2004 - 5:34 AM

Dear Dmitry,

The user can easily show menu bar when all the bars are hidden by pressing the ALT key. Of course, the CMainFrame::PreTranslateMessage() method should contain m_wndMenuBar.TranslateMainFrameMessage(). If you want to make the menu bar permanently visible, you need to handle the show/hide command for the menu bar by doing nothing. We think you should also hide the "Menu bar" item inside any of the built-in Prof-UIS context menus. So, set m_wndMenuBar.m_bAppearInDockSiteControlBarPopupMenu to false.