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 Tech Support » No menus in Windows NT Collapse All
Subject Author Date
Oliver Rogall Aug 9, 2005 - 3:02 AM

With version 2.33 and 2.42 of Prof-UIS I get no menus in Windows NT (for test I use your sample sdi-m.exe).
I build the libraries both with Visual Studio .NET 2003 and Visual Studio 6.0 but the problem is always the same. When I install an older version like 2.27 of Prof-UIS the applications runs fine in Windows NT?

I read the post "Menubar itens don’t appear in Windows NT" but this does’nt solve my problem.

Best regards
Oliver Rogall

Oliver Rogall Aug 9, 2005 - 8:49 AM

Thanks, now it works fine.

Best regards
Olvier Rogall

Technical Support Aug 9, 2005 - 5:49 AM

Thank you for the bug report. It is not difficult to fix it. Please find the below line in the .../Prof-UIS/Src/ExtPopupMenuWnd.cpp file (there are two entries of it):

WS_EX_NOINHERITLAYOUT
and replace each line with:
( g_PaintManager.m_bIsWin2000orLater ? (WS_EX_NOINHERITLAYOUT) : 0 )