Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Designer
»
Using (large) images
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
BringToFront
by
MarkMLl
[
Today
at 12:22:20 pm]
TreeView, FontColor witho...
by
wp
[
Today
at 12:14:15 pm]
A Pascal Library with Dem...
by
sysrpl
[
Today
at 11:41:35 am]
Button.Color - stays grey
by
Nicole
[
Today
at 11:29:14 am]
Heap memory release error...
by
Dimitrios Chr. Ioannidis
[
Today
at 11:08:18 am]
Debugging problem on Wind...
by
Luc
[
Today
at 10:29:15 am]
Redraw issues, how to opt...
by
bobby100
[
Today
at 10:11:57 am]
TCheckBox true/false
by
BubikolRamios
[
Today
at 07:30:49 am]
Can't send bytes via jTCP...
by
shyub
[
Today
at 07:25:17 am]
<SOLVED>Where is the data...
by
Jonvy
[
Today
at 06:27:11 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Using (large) images (Read 6781 times)
Ger
Guest
Using (large) images
«
on:
March 08, 2004, 02:08:36 am »
I'm trying to create an app that uses very large images (7.000 x 10.000 pixels) but for some reason I can't get any scrollbars to show up so basically all I see is the upper left bit of the image.
I have copied the details from a Delphi3 app where it did work
Anything I'm overlooking here?
All help appreciated
Ger
Logged
Marc
Administrator
Hero Member
Posts: 2550
Using (large) images
«
Reply #1 on:
March 08, 2004, 11:30:41 am »
Is it on windows or on Linux
And what control do you use
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
Using (large) images
«
Reply #2 on:
March 08, 2004, 12:10:45 pm »
Hi,
Sorry for the omission.
I'm running SuSE Linux 9.0 with the latest Lazarus/Fpc (yesterdays version)
Form1
scrollbox1, -> align = alclient, autosize = true
Image1, -> align = alclient, autosize = true
Ger
Logged
Anonymous
Guest
Using (large) images
«
Reply #3 on:
March 08, 2004, 12:45:12 pm »
I tried :
Form1.ScrollBox1.HorzScrollBar.Range := Form1.Image1.Picture.Width;
Form1.ScrollBox1.VertScrollBar.Range := Form1.Image1.Picture.Height;
but as soon as I try to scroll the range of the scrollbars jumps to 0 (zero)
Ger
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Designer
»
Using (large) images
TinyPortal
© 2005-2018