Re: Incompatible behavior of InvalidateRect/LB_SELITEMRANGE/SetCapture

2005-11-30 Thread Dmitry Timoshkov
"Andreas Rosenberg" <[EMAIL PROTECTED]> wrote: > >From time to time I'm testing our application (IQ-FMEA) with Wine. > > Our GUI framework is checking the return codes of most API calls, > so several incompatibilities between Windows and Wine are detected > while many other programs simply ignore

Re: Incompatible behavior of InvalidateRect/LB_SELITEMRANGE/SetCapture

2005-11-01 Thread wino
On Tue, 01 Nov 2005 12:14:51 +0100, Andreas Rosenberg <[EMAIL PROTECTED]> wrote: 3.) There is also a different behavior of SetCapture(hWnd) in Wine. If an overlapped window has captured the mouse input and a new child window is being openend, Windows internally releases the capture. Wine maint

Incompatible behavior of InvalidateRect/LB_SELITEMRANGE/SetCapture

2005-11-01 Thread Andreas Rosenberg
Hi! From time to time I'm testing our application (IQ-FMEA) with Wine. Our GUI framework is checking the return codes of most API calls, so several incompatibilities between Windows and Wine are detected while many other programs simply ignore them. So I found several things that differ between