[Bug 2623] New: UDM_SETACCEL not handled correctly

Wine Bugs wine-bugs at winehq.org
Fri Dec 24 07:05:06 CST 2004


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

           Summary: UDM_SETACCEL not handled correctly
           Product: Wine
           Version: 20041201
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-gdi
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: prakashkc at gmx.de


I create an up-down controll and use

SendMessage(hwndUD,UDM_SETACCEL,1,(LPARAM)&UDAccel);

to change accelerator. Eg.

UDACCEL UDAccel[3]={{1,1},{3,10},{5,30}};


If I now use the ud control in the binary via wine, the control doesn't properly
respond. It rather gets very very slow and screen updates are very rare. It
works correctly in native Windows though.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list