http://bugs.winehq.org/show_bug.cgi?id=12119 Summary: Dialog with enu does not display the menu Product: Wine Version: 0.9.56. Platform: PC URL: http://www.jtagtest.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: martin(a)hinner.info We have a dialog that does this in CDlg::OnInitDialog(): ... CMenu menu; menu.LoadMenu(IDR_...); SetMenu(&menu); ... on Windows you can work with the menu without any problems, under wine menu is not even displayed (but space is assigned and this space is never refreshed/cleared). I can provide both executable and screenshots, but I think it's easier to write a test app. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.