Re: user32:scroll.c: Compulsory enabling/disabling scrollbars after setting scrollbar`s flags.

2008-02-08 Thread Anatoly Lyutin
Oh, Sorry! It crashes some another scrollbars. :( -- Best regards Anatoly Lyutin.

Re: Scrollbars

2004-11-08 Thread Robert Shearman
why PMax is being passed in as 1, hence making the range 0->0. SetScrollInfo is then correctly hiding the scrollbars. Rob

Scrollbars

2004-11-07 Thread Nicolai Kuntze
Hi, I have played with my continuing bug (#2302) but I have some problems understanding the meaning of the output: fixme:win:GetWindowModuleFileNameA GetWindowModuleFileNameA(hwnd 0x40032, lpszFileName 0x40670548, cchFileNameMax 80) stub! trace:scroll:SetScrollInfo hwnd=0x10074 nBar=1 info=0x406

Scrollbars

2004-11-07 Thread Nicolai Kuntze
Hi, I have played with my continuing bug (#2302) but I have some problems understanding the meaning of the output: fixme:win:GetWindowModuleFileNameA GetWindowModuleFileNameA(hwnd 0x40032, lpszFileName 0x40670548, cchFileNameMax 80) stub! trace:scroll:SetScrollInfo hwnd=0x10074 nBar=1 info=0x406

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-18 Thread Rein Klazes
On Sat, 4 Sep 2004 01:32:16 +0200, you wrote: > > You need to know what the bug is in order to write a proper configure > > check, so the first thing to do is to figure out why that flag causes > > trouble. > > > > Know and know, I know at least it was this patch > http://www.winehq.org/hyperma

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Acke Carlsson
On Friday 03 September 2004 17:40, Alexandre Julliard wrote: > Mike Hearn <[EMAIL PROTECTED]> writes: > > > If your disassembly-fu is up to it, be my guest ... that doesn't solve > > the problem of mysterious crashes for people using/compiling Wine > > today though. So I'd still vote for a configu

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > If your disassembly-fu is up to it, be my guest ... that doesn't solve > the problem of mysterious crashes for people using/compiling Wine > today though. So I'd still vote for a configure check. You need to know what the bug is in order to write a proper

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Diego 'Flameeyes' Pettenò
side, I don't know enough how GCC works low level to try to fix it up. Actually we don't know either which code creates the problem (also if we know that the problem is, with an high probably rate, on scrollbars), so I think we can add the configure check and then fill a bug which reports

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Lionel Ulmer
> Heh, I always find it hard :) Well, my example was on code generated for ARM which is unreadable when the complier saves the frame pointer :-) > If your disassembly-fu is up to it, be my guest ... that doesn't solve > the problem of mysterious crashes for people using/compiling Wine today > t

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Mike Hearn
Well, I always found the resulting assembly of code compiled with '-fomit-frame-pointer' much easier to read than without :-) Heh, I always find it hard :) Why not first try to search for the bug and report it to the GCC people ? If your disassembly-fu is up to it, be my guest ... that doesn't solv

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Diego 'Flameeyes' Pettenò
Lionel Ulmer wrote: > Why not first try to search for the bug and report it to the GCC people ? IMHO Wine has so much things to take care of that are more important than a GCC bug that the better way to handle this for now is to filter off that flag. There're also other softwares which filter some

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Diego 'Flameeyes' Pettenò
Mike Hearn wrote: > Using this switch is almost always a bad idea, as it makes getting > backtraces impossible. OK, without debug symbols, they are of only > limited usefulness but I've still been able to track down problems > before using a stripped backtrace. I build quite everything in Gentoo wi

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Lionel Ulmer
> -fomit-frame-pointer is one of those "optimizations" that does more harm > than good in my opinion. Well, I always found the resulting assembly of code compiled with '-fomit-frame-pointer' much easier to read than without :-) > If you are right and this is causing misbuilds, perhaps we should

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Mike Hearn
Seems like I found out which flags causes trouble with the scrollbars and the mouse's scrollwheel: building wine without -fomit-frame-pointer flag makes it work right. Using this switch is almost always a bad idea, as it makes getting backtraces impossible. OK, without debug symbols, they a

Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-02 Thread Diego 'Flameeyes' Pettenò
Hi, Seems like I found out which flags causes trouble with the scrollbars and the mouse's scrollwheel: building wine without -fomit-frame-pointer flag makes it work right. This fixes my problem ( http://article.gmane.org/gmane.comp.emulators.wine.devel/23780 ) and seems to fix (at least f

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-25 Thread Dmitry Timoshkov
"Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: > > Are you sure that your app really regressed and had not shown the same > > behaviour before my scrollbar fixes? > > > > > No I am not sure but I think this is no regession. I think there is an > error in the detection in the heigth of the bitmap. Bu

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-24 Thread Nicolai Kuntze
error must be in the gui part of wine. The calls of the software are all OK, but the scrollbars were not shown. Is it possible that wine does not recognize that the bitmap is greater than the window? Where can I look for it? Are you sure that your app really regressed and had not shown the same behavi

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-24 Thread Dmitry Timoshkov
7;t help. > I have done some debugging. I use the native comctrl.dll. So the error > must be in the gui part of wine. The calls of the software are all OK, > but the scrollbars were not shown. Is it possible that wine does not > recognize that the bitmap is greater than the window? Wher

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-23 Thread Nicolai Kuntze
Hdc, 0, 0, SRCCOPY); ReleaseDC( (HWND)ViewGetHWND(), hdc); I hope this helps. Yours, Nicolai Hi, I have done some debugging. I use the native comctrl.dll. So the error must be in the gui part of wine. The calls of the software are all OK, but the scrollbars were not shown. Is it possible that

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-19 Thread Nicolai Kuntze
Am 16.07.2004 um 15:25 schrieb Dmitry Timoshkov: "Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: I have the program online with some help how to get it started and how to get the error/problem. I hope you have seen this. Does this help you? I try to get from the developer some test case but I can

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-16 Thread Dmitry Timoshkov
"Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: > I have the program online with some help how to get it started and how > to get the error/problem. I hope you have seen this. Does this help > you? I try to get from the developer some test case but I can not > promise anything. If I can't get an .

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-16 Thread Nicolai Kuntze
I have the program online with some help how to get it started and how to get the error/problem. I hope you have seen this. Does this help you? I try to get from the developer some test case but I can not promise anything. Nicolai Am 15.07.2004 um 15:15 schrieb Dmitry Timoshkov: "Nicolai Kuntze

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-15 Thread Dmitry Timoshkov
"Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: > Yes, of course. I would not ask if I hadn't. This is about 5 hours ago. > But my problem still exists. I do not think that there is some > fundamental problem but unfortunatly I can not debug it myself. If > I know exactly what you need from th

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-15 Thread Nicolai Kuntze
Yes, of course. I would not ask if I hadn't. This is about 5 hours ago. But my problem still exists. I do not think that there is some fundamental problem but unfortunatly I can not debug it myself. If I know exactly what you need from the developer of the program I can see what I can do b

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-14 Thread Dmitry Timoshkov
"Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: > Sorry, I really thought the errors are linked. Can someone have a look > at my case (2302). If someone tells me where to start I can try to > debug it myself ... Did you try to run your app with current CVS? It has some scroll regressions fixed. --

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-14 Thread Nicolai Kuntze
Sorry, I really thought the errors are linked. Can someone have a look at my case (2302). If someone tells me where to start I can try to debug it myself ... Am 05.07.2004 um 15:29 schrieb George Marshall: Dmitry Timoshkov wrote: Perhaps you could at least try to diff relay traces with and witho

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-06 Thread Dmitry Timoshkov
"George Marshall" <[EMAIL PROTECTED]> wrote: > Iv'e tried to run wine exporting WINEDEBUG=trace+relay > with both the unpatched 20040615 version and the patched > 20040615 version. > > 196M Jul 6 10:59 /tmp/wine-20040615-patched.trace-relay.log > 158M Jul 6 11:32 /tmp/wine-20040615-unpatched.tr

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-05 Thread George Marshall
Dmitry Timoshkov wrote: Perhaps you could at least try to diff relay traces with and without an offending patch applied and send the results to me. Sure, I'l do that as soon as I can. PS: You could try with the application submitted in bug #2302 The app attached to the bug shows identical behaviou

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-04 Thread Dmitry Timoshkov
"George Marshall" <[EMAIL PROTECTED]> wrote: > > Do you have a small application I could test with? > > Unfortunatly not :-( , the application you see in the > screenshots (bug #2314) is run by a cobol runtime which > is not freely distributable, it needs a license key. > > But I could test thin

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread George Marshall
Dmitry Timoshkov wrote: Do you have a small application I could test with? Unfortunatly not :-( , the application you see in the screenshots (bug #2314) is run by a cobol runtime which is not freely distributable, it needs a license key. But I could test things for you if you want. Regards. PS: You

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread Dmitry Timoshkov
"George Marshall" <[EMAIL PROTECTED]> wrote: > > Does reverting of the following patch help? > > Yes it does make the application work as it did before > the June Release :-) Do you have a small application I could test with? -- Dmitry.

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread George Marshall
Dmitry Timoshkov wrote: Does reverting of the following patch help? Yes it does make the application work as it did before the June Release. Great !

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread George Marshall
Dimitrie O. Paun wrote: On Wed, Jun 30, 2004 at 10:04:49AM +0200, George Marshall wrote: Well no, with the Wine release of May the application had no scrollbars (correctly) while with June release the scrollbars are shown and are not working properly. Figuring out the exact patch that introduced

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread Dimitrie O. Paun
On Wed, Jun 30, 2004 at 10:04:49AM +0200, George Marshall wrote: > Well no, with the Wine release of May the application had no > scrollbars (correctly) while with June release the scrollbars > are shown and are not working properly. Figuring out the exact patch that introduced the prob

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread Dmitry Timoshkov
"George Marshall" <[EMAIL PROTECTED]> wrote: > Basically everything with the scrollbars worked fine > untill Wine 20040615. Does reverting of the following patch help? http://cvs.winehq.org/patch.py?id=12586 If no, you have to find an offending patch on your own. -- Dmitry.

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread George Marshall
Nicolai Kuntze wrote: Is it possible that you got confused with the wine versions? I think you have permuted the names of your uploaded pictures Maybe I am wrong. Well no, with the Wine release of May the application had no scrollbars (correctly) while with June release the scrollbars are

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-30 Thread George Marshall
Gabriele Giorgetti wrote: Hello, I've noticed a problem with scrollbars in the latest Wine's release (20040615). With wine version 20040505 everything was just fine. I've attacched a zip file with two screenshots (pls. see wine BUG #2314 @ bugs.winehq.org ) the first one is the corr

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-29 Thread Nicolai Kuntze
Is it possible that you got confused with the wine versions? I think you have permuted the names of your uploaded pictures Maybe I am wrong. Am 25.06.2004 um 18:31 schrieb Gabriele Giorgetti: Hello, I've noticed a problem with scrollbars in the latest Wine's release (20040615).

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-29 Thread Nicolai Kuntze
20040505 the scrollbars are not there. I've also noticed that some unresizable windows are drawn with the scrollbars. Me too. I submitted the bug as 2302 and added a demo application for download from a web server. Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-29 Thread George Marshall
Gabriele Giorgetti wrote: Trying to describe the problem: The application show up with a bottom scrollbar and a right scrollbar even if they are not needed. When executing the very same application, with the very same settings and size with wine 20040505 the scrollbars are not there. I've

Scrollbars, an application bug or a wine regression ? (#2314)

2004-06-25 Thread Gabriele Giorgetti
Hello, I've noticed a problem with scrollbars in the latest Wine's release (20040615). With wine version 20040505 everything was just fine. I've attacched a zip file with two screenshots (pls. see wine BUG #2314 @ bugs.winehq.org ) the first one is the correct behavior of the