> On the other hand, I fear that none of that will allow me to 
> add scroll
> bars to the bitmap, so that I can display a portion of a bigger than
> screen image.

You could add scroll bars and then reposition the image. The scroll bars
don't have to be tied to the label within Win32::GUI, you just act upon them
in your script.

I have a working solution for displaying a moving map. I first slice a
picture into tiles (I use 640x480 snippets) and then the script lets you
display any portion of the original picture by using a quadruplet of these
tiles. I do the moving with dragging, though, not with scroll bars. If
you're interested (or anyone else, of course), gimme a shout.

have fun,
Harald

Reply via email to