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@winehq.org ReportedBy: prakashkc@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.