Il 04/02/2016 18:51, [email protected] ha scritto:
Hi
I have a problem using a panel, that is large say 70000.
If I try to bring areas of this into the view area by using
panel.top:=-avalue, this works fine until you hit –32769; at which
point the panel vanishes.
How can this be corrected; or is there a workaround?
What I'd do in your place would be to use a TBitmap of the required size
and populate it with whatever image you need. You're just working in
memory, no visual components implied, you shouldn't have any constraint
in its size. Then you may copy to the canvas of the visual object just
the portion you want to show.
It should work quite smoothly.
Giuliano
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus