[Bug 22862] New: Setting the default button in a PropertySheetPage does not work

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 24 16:58:31 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22862

           Summary: Setting the default button in a PropertySheetPage does
                    not work
           Product: Wine
           Version: 1.1.44
          Platform: x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: alexandru.balut at gmail.com


Created an attachment (id=28255)
 --> (http://bugs.winehq.org/attachment.cgi?id=28255)
Winecfg.exe that behaves differently on Wine than on Vista

I stripped Winecfg, left only the Libraries tab, and I added the SendMessage
call after the call for enabling the Add button:

{
    enable(IDC_DLLS_ADDDLL);
    SendMessage(dialog, DM_SETDEFID, (WPARAM)IDC_DLLS_ADDDLL, 0);
}

The winecfg.exe I obtained (attached) behaves different on Vista than on Wine
1.1.44.
- Start winecfg.exe, type "x", press ENTER.
On Vista it generates a click on the Add button, but on Wine it closes the
window.

-- 
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