Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with ScrollingWindow

0 views
Skip to first unread message

Walter Schell

unread,
Dec 17, 2002, 10:03:53 AM12/17/02
to
Hello,

I have a problem with a delphi application when scrolling a form. The
Controls showing in the ClientRect are scrolled / moved correctly, but the
controls which should scroll in view dont. The Delphi-Runtime uses the
ScrollWindow - function.
With Wine-20021031 it doesn't work, with Wine-20020904, it was okay.

Any hints?

Walter


Bill Medland

unread,
Dec 17, 2002, 12:07:51 PM12/17/02
to
Walter Schell wrote:

Try 20021125
--
Bill Medland

Walter Schell

unread,
Dec 18, 2002, 2:54:05 AM12/18/02
to
Bill,

> > I have a problem with a delphi application when scrolling a form. The
> > Controls showing in the ClientRect are scrolled / moved correctly, but
the
> > controls which should scroll in view dont. The Delphi-Runtime uses the
> > ScrollWindow - function.
> > With Wine-20021031 it doesn't work, with Wine-20020904, it was okay.
> >
> > Any hints?

> Try 20021125

i have just tried it but the same wrong result as with 20021031.
Thanks
Walter


Duane Clark

unread,
Dec 18, 2002, 11:05:16 AM12/18/02
to
Walter Schell wrote:
> i have just tried it but the same wrong result as with 20021031.


One way to debug is to do a regression test, to determine what patch
broke it. This requires that you use CVS.

http://www.winehq.com/Docs/wine-devel/cvs-regression.shtml


--
My real email is akamail.com@dclark (or something like that).

Walter Schell

unread,
Dec 19, 2002, 2:49:48 AM12/19/02
to
"Duane Clark" <junk...@junkmail.com> schrieb im Newsbeitrag
news:3E009CBC...@junkmail.com...

> Walter Schell wrote:
> > i have just tried it but the same wrong result as with 20021031.
>
> One way to debug is to do a regression test, to determine what patch
> broke it. This requires that you use CVS.
Thanks,
I have found changes in windows/scroll.c and dlls/x11drv/scroll.c. They
contain the ScrollWindowsEx-function, but it was not possible, to use this
two from Wine-20020904 under Wine-20021031.
Because I was not able, to make the necessary changes to the wine sources, I
have made changed my Windows-App and move all Controls outside the
ClientRect by myself, whenever Scrolling happens. But for sure, it would be
nice, if someone could correct the wine-functionality.

Walter

Duane Clark

unread,
Dec 19, 2002, 11:10:56 AM12/19/02
to
Walter Schell wrote:
>
> Thanks, I have found changes in windows/scroll.c and
> dlls/x11drv/scroll.c. They contain the ScrollWindowsEx-function, but
> it was not possible, to use this two from Wine-20020904 under
> Wine-20021031. Because I was not able, to make the necessary changes
> to the wine sources, I have made changed my Windows-App and move all
> Controls outside the ClientRect by myself, whenever Scrolling
> happens. But for sure, it would be nice, if someone could correct the
> wine-functionality.

Ah, well if you are compiling these programs yourself, would it be
possible to create a small program with the problem and send it to me?
Hopefully you can figure out what my email really is ;)

Walter Schell

unread,
Dec 19, 2002, 1:00:07 PM12/19/02
to
Hello,

> Ah, well if you are compiling these programs yourself, would it be
> possible to create a small program with the problem and send it to me?
yes, I have just send it.

> Hopefully you can figure out what my email really is ;)
I hope it too.

Walter


0 new messages