Re: Problem with ScrolledWindow in Windows



On 10/13/06, Ari Jolma <ari jolma tkk fi> wrote:
which work in Linux but there's a nagging non-fatal problem in Windows.
The problem has to do with showing an image in ScrolledWindow.
[snip]
not show it, and the EventBox also seems to stop receiving events. These
occasions are related to the user zooming in into a very small portion
of the visible part of the data.

Have you checked the size of the virtual window that is being
scrolled? The win32 backend can't do virtual windows larger than 65k
pixels in either (or both) dimensions. I have this problem too on
large image zooms.

I think the only known solution is to not use scrolledwindow and to do
the clipping / panning yourself :-( Just attach two scrollbars and a
lot of callbacks to a small drawingarea.

John



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]