[Bug 12119] New: Dialog with enu does not display the menu

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 19 16:08:46 CDT 2008


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 at winehq.org
        ReportedBy: martin at 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.



More information about the wine-bugs mailing list